PAY_MARKED_OBJECTS
This Table is used to capture the unprocessed business objects.
Details
-
Schema: FUSION
-
Object owner: PAY
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PAY_MARKED_OBJECTS_PK |
PAY_MARKED_OBJECT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PAY_MARKED_OBJECT_ID | NUMBER | 18 | Yes | PAY_MARKED_OBJECT_ID | |
OBJECT_TYPE | VARCHAR2 | 50 | OBJECT_TYPE | ||
OBJECT_ID | NUMBER | 18 | OBJECT_ID | ||
PARAM1 | VARCHAR2 | 128 | PARAM1 | ||
PARAM2 | VARCHAR2 | 30 | PARAM2 | ||
ACTION | VARCHAR2 | 20 | ACTION | ||
EDITION_NAME | VARCHAR2 | 128 | Identifier of the currently active marked objects. | ||
STATUS | VARCHAR2 | 20 | STATUS | ||
ENTERPRISE_ID | NUMBER | 18 | Yes | Foreign key to PER_ENTERPRISES. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PAY_MARKED_OBJECTS_N1 | Non Unique | Default | OBJECT_ID, OBJECT_TYPE |
PAY_MARKED_OBJECTS_N2 | Non Unique | Default | OBJECT_TYPE, ACTION |
PAY_MARKED_OBJECTS_PK | Unique | Default | PAY_MARKED_OBJECT_ID |