SVC_BU_PROFILE_VALUES

This table extends the FND Profile Options tables to allow business units to have different profile option values for a specified set of profile options.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_BU_PROFILE_VALUES_PK

OPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
OPTION_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
BU_ORG_ID NUMBER 18 Yes Identifies the business unit that references the BU_ID column in FUN_ALL_BUSINESS_UNITS_V view, which references the ORGANIZATION_ID column in the HR_ALL_ORGANIZATION_UNITS_F table.
PROFILE_OPTION_NAME VARCHAR2 80 Yes References the PROFILE_OPTION_NAME column in the FND_PROFILE_OPTIONS_B table.
ENTERPRISE_ID NUMBER 18 Yes References the ENTERPRISE_ID column in the FND_PROFILE_OPTIONS_B table.
PROFILE_OPTION_VALUE VARCHAR2 1000 Specifies the profile option value, if any, for the the BU_ORG_ID, PROFILE_OPTION_NAME, ENTERPRISE_ID column combination. This value will be ignored when USE_SITE_VALUE_FLAG is Y.
USE_SITE_VALUE_FLAG VARCHAR2 1 Yes Indicates whether the SITE level value from the FND Profile Options table will be used (Y) or whether the PROFILE_OPTION_VALUE value will be used (N) for the business unit.
OPTION_SHORT_NAME VARCHAR2 64 Yes Indicates the short name of a profile option.
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_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.
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.

Indexes

Index Uniqueness Tablespace Columns
SVC_BU_PROFILE_VALUES_F1 Non Unique Default PROFILE_OPTION_NAME, ENTERPRISE_ID
SVC_BU_PROFILE_VALUES_PK Unique Default OPTION_ID
SVC_BU_PROFILE_VALUES_U1 Unique Default BU_ORG_ID, PROFILE_OPTION_NAME, ENTERPRISE_ID
SVC_BU_PROFILE_VALUES_U2 Unique Default OPTION_SHORT_NAME