PO_AGENT_ACCESSES

This table store access actions for each prc bu and agent combination.

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PO_AGENT_ACCESSES_PK

ASSIGNMENT_ID, ACCESS_ACTION_CODE

Columns

Name Datatype Length Precision Not-null Comments
ASSIGNMENT_ID NUMBER 18 Yes ASSIGNMENT_ID
ACCESS_ACTION_CODE VARCHAR2 30 Yes Access Action Code. Lookup code in PO_LOOKUP_CODES with LOOKUP_TYPE = 'PO_AGENT_ACCESS_ACTION'
PRC_BU_ID NUMBER 18 Yes Procurement Bu Unique Identifier. Dennomalized from Assignment table.
AGENT_ID NUMBER 18 Yes Agent Unique Identifier. Dennomalized from Assignment table
DEFAULT_REQ_BU_ID NUMBER 18 Default Requistioning Bu Unique Identifier. Dennomalized from Assignment table
ACTIVE_FLAG VARCHAR2 1 Yes Status of this combination. Dennomalized from Assignment table
ALLOWED_FLAG VARCHAR2 1 Yes This column indicates if this access action is granted to the combination. Possible values: 'Y' or 'N'
ACCESS_OTHERS_LEVEL_CODE VARCHAR2 30 Yes This column indicates the level of accessing others' document. Lookup Codes in PO_LOOKUP_CODES with LOOKUP_TYPE = 'PO_AGENT_ACCESS_OTHERS_LEVEL'.
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.
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
PO_AGENT_ACCESSES po_agent_assignments ASSIGNMENT_ID

Indexes

Index Uniqueness Tablespace Columns
PO_AGENT_ACCESSES_N3 Non Unique Default AGENT_ID, ACCESS_ACTION_CODE
PO_AGENT_ACCESSES_N4 Non Unique Default ACCESS_ACTION_CODE
PO_AGENT_ACCESSES_U1 Unique Default ASSIGNMENT_ID, ACCESS_ACTION_CODE
PO_AGENT_ACCESSES_U2 Unique Default PRC_BU_ID, ACCESS_ACTION_CODE, AGENT_ID