XCC_BC_BUSINESS_FUNCTIONS
This tables stores the business functions that support budgetary control
Details
-
Schema: FUSION
-
Object owner: XCC
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
XCC_BC_BUSINESS_FUNCTIONS_PK |
BUSINESS_FUNCTION_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BUSINESS_FUNCTION_CODE | VARCHAR2 | 100 | Yes | Represents a Business Function. | |
| BUSINESS_FLOW_CODE | VARCHAR2 | 30 | Yes | Represents the Business Flow such as Ledger, Procure To Pay, Project Portfolio Management. | |
| SEQUENCE_IN_FLOW | NUMBER | 2 | Yes | Indicates the sequence number of the business function within its flow. For example in PTP Flow, Requisitioning would be 1, Procurement would be 2. | |
| SET_PARTIAL_RESERVATION_FLAG | VARCHAR2 | 1 | Yes | Indicator whether or not the user can set the Partial Reservation Flag during enablement. It is a Yes/No flag. | |
| ALLOW_PARTIAL_FLAG | VARCHAR2 | 1 | Yes | Partial Reservation Allowed indicator. It can be Y for Yes, N for No or O for Optional. | |
| SET_RESERVE_ON_SUBMIT_FLAG | VARCHAR2 | 1 | Yes | Indicator whether or not the user can set the Reserve On Submit Flag during enablement. It is a Yes/No flag. | |
| SET_EA_ENABLED_FLAG | VARCHAR2 | 1 | Yes | Indicator whether or not the user can set the Encumbrance Accounting Enablement Flag during enablement. It is a Yes/No flag. | |
| ALLOW_RESERVE_FLAG | VARCHAR2 | 1 | Yes | Allows reserve funds on submit indicator. Valid values are Y for Yes or N for No. | |
| LOWEST_AUTHORITY_OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the business function uses single overrider mode with lowest authorized amount overrider. Default value is No in most cases. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
| ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
| ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| xcc_bc_transaction_subtypes | xcc_bc_business_functions | BUSINESS_FUNCTION_CODE |
| xcc_bc_source_definitions | xcc_bc_business_functions | BUSINESS_FUNCTION_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| XCC_BC_BUSINESS_FUNCTIONS_PK | Unique | Default | BUSINESS_FUNCTION_CODE, ORA_SEED_SET1 |
| XCC_BC_BUSINESS_FUNCTIONS_PK1 | Unique | Default | BUSINESS_FUNCTION_CODE, ORA_SEED_SET2 |