IRC_BULK_ACTION_ITEMS

This table Stores Bulk action Item data which need to be processed

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_BULK_ACTION_ITEMS_PK

BULK_ACTION_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments
BULK_ACTION_ITEM_ID NUMBER 18 Yes Primary key for this table. System generated.
BULK_ACTION_ID NUMBER 18 Foreign key to IRC_BULK_ACTIONS
OBJECT_ID NUMBER 18 Stores the Primary key of the Bulk actions query for which the operation need to be performed
STATUS_CODE VARCHAR2 64 Stores the status of the Bulk action Items. Lookup type - ORA_IRC_BULK_ACT_ITEM_STATUS
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.

Foreign Keys

Table Foreign Table Foreign Key Column
IRC_BULK_ACTION_ITEMS irc_bulk_actions BULK_ACTION_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_BULK_ACTION_ITEMS_FK1 Non Unique Default BULK_ACTION_ID
IRC_BULK_ACTION_ITEMS_PK Unique Default BULK_ACTION_ITEM_ID