ATK_HOMEPAGE_OBJECTS_EXTN
atk_homepage_objects_extn : this table stores the admin customizations done to the data present in atk_homepage_objects.
Details
-
Schema: FUSION
-
Object owner: ATK
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ATK_HOMEPAGE_OBJECTS_EXTN_PK |
OBJECT_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
OBJECT_CODE | VARCHAR2 | 100 | Yes | Object Code: unique code based on LBA Prefix. | |
LABEL_LOOKUP_TYPE | VARCHAR2 | 30 | LABEL_LOOKUP_TYPE: reference to FND_STANDARD_LOOKUP_TYPES.LOOKUP_TYPE based on the seeded lookup type for tab (VIEW_APPLICATION_ID = 0 and SET_ID = 0). | ||
LABEL_LOOKUP_CODE | VARCHAR2 | 30 | Label Lookup Code: reference to FND_LOOKUP_VALUES.LOOKUP_CODE . Product teams to seed lookup code with lookup type (VIEW_APPLICATION_ID = 0 and SET_ID = 0). The translated lookup meaning is shown for tabs in the ui. | ||
ENABLED | VARCHAR2 | 1 | Enabled: indicates if the object is enabled or not to show it to the user | ||
SEQUENCE | NUMBER | Sequence: this will be used for icons ordering | |||
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. | ||
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 |
---|---|---|---|
ATK_HOMEPAGE_OBJECTS_EXT_PK | Unique | Default | OBJECT_CODE |
ATK_HOMEPAGE_OBJECTS_EXT_U1 | Unique | Default | OBJECT_CODE, LABEL_LOOKUP_TYPE, LABEL_LOOKUP_CODE, ENABLED, SEQUENCE |