FUN_BU_SERVICE_PROVIDERS

FUN_BU_SERVICE_PROVIDERS stores Business Units client and provider relationship for a Business Function.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FUN_BU_SERVICE_PROVIDERS_PK

CLIENT_BU_ORG_ID, UPSTREAM_FUNCTION_ID, DOWNSTREAM_FUNCTION_ID, PROVIDER_BU_ORG_ID

Columns

Name Datatype Length Precision Not-null Comments
CLIENT_BU_ORG_ID NUMBER 18 Yes Client business unit identifier
UPSTREAM_FUNCTION_ID NUMBER 18 Yes Upstream function identifier
DOWNSTREAM_FUNCTION_ID NUMBER 18 Yes Downstream function identifier
PROVIDER_BU_ORG_ID NUMBER 18 Yes Provider business unit identifier
ANY_PROVIDERS_FLAG VARCHAR2 1 Yes Flag to identify if any business unit can be a provider
DEFAULT_FLAG VARCHAR2 1 Yes Default identifier
ACTIVE_FLAG VARCHAR2 1 Yes Flag to identify if the relationship is active
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.
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
FUN_BU_SERVICE_PROVIDERS fun_business_functions_b UPSTREAM_FUNCTION_ID
FUN_BU_SERVICE_PROVIDERS fun_business_functions_b DOWNSTREAM_FUNCTION_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_BU_SERVICE_PROVIDERS_U1 Unique Default CLIENT_BU_ORG_ID, UPSTREAM_FUNCTION_ID, DOWNSTREAM_FUNCTION_ID, PROVIDER_BU_ORG_ID