FUN_INTERFACE_CONTROLS

Intercompany Controls interface.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FUN_INTERFACE_CONTROLS_PK

GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
GROUP_ID NUMBER 18 Yes Group identifier that is populated automatically for Oracle Cloud customers. Otherwise, use a positive integer.
LOAD_REQUEST_ID NUMBER 18 Oracle Enterprise Scheduler: request identifier of the interface load job that created the row.
SOURCE VARCHAR2 25 Yes Source of the intercompany batch. Free text field. Not validated.
REQUEST_ID NUMBER 18 Oracle Enterprise Scheduler: request identifier of the job that created or last updated the row.
DATE_PROCESSED DATE Date processed. Oracle internal use only. Populated by the Import Intercompany Transactions process.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is increased every time 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.

Foreign Keys

Table Foreign Table Foreign Key Column
fun_interface_batches fun_interface_controls GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_INTERFACE_CONTROLS_U1 Unique Default GROUP_ID