PJC_EXP_GROUPS_ALL

PA_EXPENDITURE_GROUPS_ALL stores groups or batches of pre-approved expenditures entered by a user. Oracle Projects creates expenditure groups for supplier invoices transferred from Oracle Payables. These expenditure groups have a status of 'RECEIVED'.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_EXP_GROUPS_ALL_PK

EXP_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
EXP_GROUP_ID NUMBER 18 Yes EXP_GROUP_ID *****
EXPENDITURE_GROUP VARCHAR2 240 Yes The user-defined name that uniquely identifies the expenditure group
USER_BATCH_NAME VARCHAR2 200 USER_BATCH_NAME *****
BATCH_ENDING_DATE DATE BATCH_ENDING_DATE *****
PERIOD_ACCRUAL_FLAG VARCHAR2 1 Period-End Accrual Flag
TRANSACTION_SOURCE_ID NUMBER 18 TRANSACTION_SOURCE_ID *****
DOCUMENT_ID NUMBER 18 DOCUMENT_ID *****
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
DESCRIPTION VARCHAR2 250 The description of the expenditure group. Upon entry of the expenditure group, the description is defaulted to the type of expenditures entered (Timecards, Expense Reports, and Usages)
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated 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.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PJC_EXP_GROUPS_ALL pjf_txn_sources_b TRANSACTION_SOURCE_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_EXP_GROUPS_ALL_N1 Non Unique pjc_exp_groups_all_N1 UPPER("EXPENDITURE_GROUP")
PJC_EXP_GROUPS_ALL_U1 Unique Default EXPENDITURE_GROUP, ORG_ID
PJC_EXP_GROUPS_ALL_U2 Unique Default EXP_GROUP_ID