PJC_ALLOC_EXCEPTIONS
PA_ALLOC_EXCEPTIONS stores all exceptions in an allocation run.
Details
-
Schema: FUSION
-
Object owner: PJC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJC_ALLOC_EXCEPTIONS_PK |
EXCEPTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
EXCEPTION_ID | NUMBER | 18 | Yes | New column added for prmary key ***** | |
RUN_ID | NUMBER | 18 | Yes | Allocation run identification number | |
RULE_ID | NUMBER | 18 | Yes | Allocation rule identification number | |
LEVEL_CODE | VARCHAR2 | 2 | Yes | It can be R(rule), S(source), T (target), B (basis) or O(offset) | |
EXCEPTION_TYPE | VARCHAR2 | 1 | Yes | Exception type. It can be W(warning) or E(error) | |
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. | ||
PROJECT_ID | NUMBER | Project ID | |||
TASK_ID | NUMBER | 18 | Task ID | ||
EXCEPTION_CODE | VARCHAR2 | 30 | Exception code to indicate exceptions | ||
RUN_TARGET_ID | NUMBER | 18 | Primary key run_target_id from table pjc_alloc_run_targets. Supporting the target level error message. | ||
EXPENDITURE_ITEM_ID | NUMBER | 18 | Expenditure item ID. | ||
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. | |
TOKEN_NAME1 | VARCHAR2 | 30 | Used for error handling | ||
TOKEN_NAME2 | VARCHAR2 | 30 | Used for error handling | ||
TOKEN_NAME3 | VARCHAR2 | 30 | Used for error handling | ||
TOKEN_VALUE1 | VARCHAR2 | 30 | Used for error handling | ||
TOKEN_VALUE2 | VARCHAR2 | 30 | Used for error handling | ||
TOKEN_VALUE3 | VARCHAR2 | 30 | Used for error handling |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJC_ALLOC_EXCEPTIONS | pjc_alloc_runs_all | RUN_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJC_ALLOC_EXCEPTIONS_N1 | Non Unique | Default | RUN_ID, LEVEL_CODE, EXCEPTION_TYPE |
PJC_ALLOC_EXCEPTIONS_U1 | Unique | Default | EXCEPTION_ID |