PJF_OPEN_XFACE_REPORT
This table stores reporting content for Oracle Fusion Application Project Import Job.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_INTERFACE
Primary Key
Name | Columns |
---|---|
PJF_OPEN_XFACE_REPORT_PK |
REPORT_LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REPORT_LINE_ID | NUMBER | 18 | Yes | Report Line Identifier. | |
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
REPORT_LINE_TYPE | VARCHAR2 | 30 | Yes | Report Line Type. Represent section of the report where data will be reported. The valid values are: HEADER, SUMMARY, PROCESS_ERROR, PROCESS_WARNING, PROJECT_ERROR, PROJECT_WARNING, PROJECT_SUCCESS, TASK_ERROR, TASK_WARNING, TASK_SUCCESS, TXN_CTRL_ERROR, TXN_CTRL_WARNING, TXN_CTRL_SUCCESS. | |
DATA_REF_COL1 | VARCHAR2 | 255 | Data Reference Column 1. Stores the first user identifiable attribute value of the object being imported. | ||
DATA_REF_COL2 | VARCHAR2 | 255 | Data Reference Column 2. Stores the second user identifiable attribute value of the object being imported. | ||
DATA_REF_COL3 | VARCHAR2 | 255 | Data Reference Column 3. Stores the third user identifiable attribute value of the object being imported. | ||
DATA_REF_COL4 | VARCHAR2 | 255 | Data Reference Column 4 Stores the fourth user identifiable attribute value of the object being imported. | ||
DATA_REF_COL5 | VARCHAR2 | 255 | Data Reference Column 5. Stores the fifth user identifiable attribute value of the object being imported. | ||
DATA_REF_COL6 | VARCHAR2 | 255 | Data Reference Column 6. Stores the sixth user identifiable attribute value of the object being imported. | ||
DATA_REF_COL7 | VARCHAR2 | 255 | Data Reference Column 7. Stores the seventh user identifiable attribute value of the object being imported. | ||
DATA_REF_COL8 | VARCHAR2 | 255 | Data Reference Column 8. Stores the eighth user identifiable attribute value of the object being imported. | ||
DATA_REF_COL9 | VARCHAR2 | 255 | Data Reference Column 9. Stores the ninth user identifiable attribute value of the object being imported. | ||
DATA_REF_COL10 | VARCHAR2 | 255 | Data Reference Column 10. Stores the tenth user identifiable attribute value of the object being imported. | ||
MESSAGE_NAME | VARCHAR2 | 30 | Message Name. | ||
MESSAGE_TEXT | VARCHAR2 | 240 | Message Text. | ||
MESSAGE_CAUSE | VARCHAR2 | 4000 | Message Cause. | ||
MESSAGE_USER_DETAILS | VARCHAR2 | 4000 | Message User Details. | ||
MESSAGE_USER_ACTION | VARCHAR2 | 4000 | Message User Action. | ||
MESSAGE_ADMIN_DETAILS | VARCHAR2 | 4000 | Message Admin Details. | ||
MESSAGE_ADMIN_ACTION | VARCHAR2 | 4000 | Message Admin Action. | ||
SUMMARY_INFO_NAME | VARCHAR2 | 80 | Summary Reference Object Name. Stores the name of the object for which summary counts are generated. | ||
SUMMARY_INFO_VALUE | NUMBER | Summary Reference Object Value. It stores the summary counts for the summary reference object name. | |||
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. | ||
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. | |
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_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. | ||
XFACE_REC_ID | NUMBER | 18 | Unique identifier of the record in the interface table. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_OPEN_XFACE_REPORT_N1 | Non Unique | FUSION_TS_TX_DATA | REPORT_LINE_TYPE, REQUEST_ID |
PJF_OPEN_XFACE_REPORT_N2 | Non Unique | PJF_OPEN_XFACE_REPORT_N2 | REQUEST_ID, DATA_REF_COL1, REPORT_LINE_TYPE |
PJF_OPEN_XFACE_REPORT_U1 | Unique | FUSION_TS_TX_DATA | REPORT_LINE_ID |