EXM_SPEND_AUTH_DISTS
This table contains distribution information for a specific spend authorization expense line.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EXM_SPEND_AUTH_DISTS_PK |
SPEND_AUTH_DIST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SPEND_AUTH_DIST_ID | NUMBER | 18 | Yes | Distribution identifier of spend authorization expense line. | |
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. | |
SPEND_AUTHORIZATION_ID | NUMBER | 18 | Spend authorization identifier, which includes spend authorization expense line corresponding to distribution. | ||
SPEND_AUTH_LINE_ID | NUMBER | 18 | Yes | Spend authorization expense line identifier for distribution. | |
CODE_COMBINATION_ID | NUMBER | 18 | Accounting code combination for which authorization line is created. | ||
AUTHORIZED_AMOUNT | NUMBER | Amount to be authorized to individual against authorization distribution. | |||
COST_CENTER | VARCHAR2 | 25 | Cost center for which authorization line is created. | ||
COMPANY | VARCHAR2 | 25 | Company for which authorization line is created. | ||
ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
FUNDS_STATUS_CODE | VARCHAR2 | 30 | Status of funds returned by Oracle Budgetary Control API for authorization request distribution. Possible values are from XCC_BC_FUNDS_STATUSES lookup. Example of values are IN_PROCESS, NOT_ATTEMPTED and RESERVED_PASSED. | ||
PJC_CONTEXT_CATEGORY | VARCHAR2 | 40 | Segment used to identify descriptive flexfield application context for project-related standardized cost collection. | ||
PJC_PROJECT_ID | NUMBER | 18 | Project identifier used to build transaction descriptive flexfield for project-related transaction distributions. | ||
PJC_TASK_ID | NUMBER | 18 | Task identifier used to build transaction descriptive flexfield for project-related transaction distributions. | ||
PJC_EXPENDITURE_TYPE_ID | NUMBER | 18 | Expenditure type used to build transaction descriptive flexfield for project-related transaction distributions. | ||
PJC_EXPENDITURE_ITEM_DATE | DATE | Date on which a project-related expense is incurred. | |||
PJC_ORGANIZATION_ID | NUMBER | 18 | Expenditure organization identifier used to build transaction descriptive flexfield for project-related transaction distributions. | ||
PJC_BILLABLE_FLAG | VARCHAR2 | 1 | Indicates whether a project-related item is available to be billed to customers. | ||
PJC_CAPITALIZABLE_FLAG | VARCHAR2 | 1 | Indicates whether a project-related item is eligible for capitalization. | ||
PJC_WORK_TYPE_ID | NUMBER | 18 | Project-related classification identifier of work performed. | ||
PJC_CONTRACT_ID | NUMBER | 18 | Contract identifier. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed. | ||
PJC_CONTRACT_LINE_ID | NUMBER | 18 | Tracks contract line information. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed. | ||
PJC_FUNDING_ALLOCATION_ID | NUMBER | 18 | Specifies name of the project funding override. This attribute is used when Oracle Contract Billing or Oracle Grants Accounting is installed | ||
PJC_RESERVED_ATTRIBUTE1 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE2 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE3 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE4 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE5 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE6 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE7 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE8 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE9 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_RESERVED_ATTRIBUTE10 | VARCHAR2 | 150 | Reserved for project-related functionality | ||
PJC_USER_DEF_ATTRIBUTE1 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE2 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE3 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE4 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE5 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE6 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE7 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE8 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE9 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
PJC_USER_DEF_ATTRIBUTE10 | VARCHAR2 | 150 | Reserved for user-definable project information | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
EXM_SPEND_AUTH_DISTS | exm_spend_authorizations | SPEND_AUTHORIZATION_ID |
EXM_SPEND_AUTH_DISTS | exm_spend_auth_lines | SPEND_AUTH_LINE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EXM_SPEND_AUTH_DISTS_N1 | Non Unique | FUSION_TS_TX_IDX | SPEND_AUTHORIZATION_ID, SPEND_AUTH_LINE_ID |
EXM_SPEND_AUTH_DISTS_N2 | Non Unique | FUSION_TS_TX_IDX | PJC_PROJECT_ID, PJC_TASK_ID |
EXM_SPEND_AUTH_DISTS_U1 | Unique | FUSION_TS_TX_IDX | SPEND_AUTH_DIST_ID |