FND_FORM_FUNCTIONS_BK
Stores Form Functions backup data also referred to as Actions or Privileges
Details
-
Schema: CSM
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
FND_FORM_FUNCTIONS_BK_PK |
ENTERPRISE_ID, SANDBOX_ID, FUNCTION_ID, CUST_SET_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID | |
| SANDBOX_ID | VARCHAR2 | 64 | Yes | SANDBOX_ID | |
| FUNCTION_ID | NUMBER | 18 | Yes | FUNCTION_ID | |
| FUNCTION_NAME | VARCHAR2 | 400 | Yes | FUNCTION_NAME | |
| OBJECT_ID | NUMBER | 18 | Yes | OBJECT_ID | |
| MODULE_ID | VARCHAR2 | 32 | Yes | Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. | |
| 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 | Yes | Who column: indicates the session login associated to the user who last updated the row. | |
| FUNCTION_SECURITY_ONLY | VARCHAR2 | 1 | Yes | FUNCTION_SECURITY_ONLY | |
| CUST_SET_ID | VARCHAR2 | 300 | Yes | Customization Set ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_FORM_FUNCTIONS_BK_N1 | Non Unique | Default | ENTERPRISE_ID, MODULE_ID, SANDBOX_ID |
| FND_FORM_FUNCTIONS_BK_N2 | Non Unique | Default | OBJECT_ID, ENTERPRISE_ID, SANDBOX_ID |
| FND_FORM_FUNCTIONS_BK_N3 | Non Unique | Default | LAST_UPDATE_DATE, ENTERPRISE_ID, SANDBOX_ID |
| FND_FORM_FUNCTIONS_BK_U1 | Unique | Default | FUNCTION_ID, ENTERPRISE_ID, SANDBOX_ID, CUST_SET_ID |
| FND_FORM_FUNCTIONS_BK_U2 | Unique | Default | UPPER("FUNCTION_NAME"), OBJECT_ID, ENTERPRISE_ID, SANDBOX_ID, CUST_SET_ID |
| FND_FORM_FUNCTIONS_BK_U3 | Non Unique | Default | FUNCTION_NAME, OBJECT_ID, ENTERPRISE_ID, SANDBOX_ID, CUST_SET_ID |