PO_MASS_ACTION_REQUESTS
PO_MASS_ACTION_REQUESTS contains information about mass action and update requests for purchasing documents.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PO_MASS_ACTION_REQUESTS_PK |
ACTION_REQUEST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ACTION_REQUEST_ID | NUMBER | 18 | Yes | Unique identifier for the action request. | |
PROCESS_ID | NUMBER | 18 | Tracking identifier for the ESS Request. | ||
ACTION_CODE | VARCHAR2 | 30 | Yes | Represents the type of action the user initiated. | |
PRODUCT | VARCHAR2 | 30 | Yes | Tracking identifier for the consuming Product. | |
ACTION_ORIGIN | VARCHAR2 | 64 | Yes | Identifier for tracking the calling program from the Redwood UI. | |
STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of the action request. | |
STATUS_CODE_LOOKUP_TYPE | VARCHAR2 | 30 | Yes | Indicates the lookup type associated with the status code. | |
REQUEST_START_DATE | TIMESTAMP | Yes | The date when the action request is initiated. | ||
REQUEST_END_DATE | TIMESTAMP | The date when the action request completes. | |||
ATTRIBUTE_CLOB | CLOB | Captures relevant information as required by ESS in relevant format. Information would primarily comprise of parameters required for the action along with search criteria to identify the selected records. | |||
SUBMITTED_BY | VARCHAR2 | 64 | Yes | Indicates the user who submitted the action. | |
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. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
po_mass_action_records | po_mass_action_requests |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PO_MASS_ACTION_REQUESTS_N1 | Non Unique | Default | PROCESS_ID |
PO_MASS_ACTION_REQUESTS_N2 | Non Unique | Default | SUBMITTED_BY |
PO_MASS_ACTION_REQUESTS_N3 | Non Unique | Default | STATUS_CODE |
PO_MASS_ACTION_REQUESTS_N4 | Non Unique | Default | ACTION_CODE |
PO_MASS_ACTION_REQUESTS_U1 | Unique | Default | ACTION_REQUEST_ID |