ATK_HOMEPAGE_OBJECTS

atk_homepage_objects : this table stores the meta data of each fuse card.

Details

  • Schema: FUSION

  • Object owner: ATK

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ATK_HOMEPAGE_OBJECTS_PK

OBJECT_CODE

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_CODE VARCHAR2 100 Yes Object Code: unique code based on LBA Prefix.
FUSE_CARD_CODE VARCHAR2 100 Yes FUSE_CARD_CODE: reference to ATK_FUSE_CARDS.FUSE_CARD_CODE
IMAGE_PATH VARCHAR2 400 Image Path: path to ACR image to use for Icon display for tabs. Means image is supposed to be available in fusionapps/jlib/AdfAcrImagesPublicUi.jar
LABEL_LOOKUP_TYPE VARCHAR2 30 Yes 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 Yes 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.
TASKFLOW_ID VARCHAR2 400 Yes TaskFlow Id: The task flow for this object drilldown for object
TASKFLOW_INPUT_PARAMLIST VARCHAR2 400 Parameters list to pass in to the task flow. This is a semicolon delimited String of name value pairs. For example, "param1=value1;param2=value2"
FUSE_COMMON_OBJECT VARCHAR2 1 Yes FUSE_COMMON_OBJECT: resembles whether the task flow is a common task flow available in all containers. Set "N" if it is not a common task flow available in all containers Set "Y" if it is a common task flow available in all containers Defalut value is 'N'
REMOTE VARCHAR2 1 Yes Remote Flag: Indicates whether the TaskFlow in local or remote Set "N" if it is local task flow from jar included in home page app Set "Y" if it is remote task flow invocation against different app
WEBAPP_MODULE VARCHAR2 100 Yes Topology Module Key for the UI App that contains the task flow This is used for determining the end point. Reference to ASK_MODULES.MODULE_NAME
SECURITY_STRIPE VARCHAR2 10 Yes Indicates the security policy stripe for the owning application. Valid values are fscm, hcm, crm. Default Value is fscm
ENABLED VARCHAR2 1 Yes Enabled: indicates if the object is enabled or not to show it to the user
SEQUENCE NUMBER 9 Sequence: this will be used for icons ordering
CAN_BE_HIDDEN VARCHAR2 1 Yes CAN_BE_HIDDEN: Indicates whether this object can be hidden through customization or not
MODULE_ID VARCHAR2 32 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 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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
ATK_HOMEPAGE_OBJECTS_PK Unique Default OBJECT_CODE, ORA_SEED_SET1
ATK_HOMEPAGE_OBJECTS_PK1 Unique Default OBJECT_CODE, ORA_SEED_SET2
ATK_HOMEPAGE_OBJECTS_U1 Unique Default OBJECT_CODE, FUSE_CARD_CODE, IMAGE_PATH, LABEL_LOOKUP_TYPE, LABEL_LOOKUP_CODE, TASKFLOW_ID, REMOTE, TASKFLOW_INPUT_PARAMLIST, WEBAPP_MODULE, SECURITY_STRIPE, ENABLED, SEQUENCE, FUSE_COMMON_OBJECT, CAN_BE_HIDDEN, ORA_SEED_SET1
ATK_HOMEPAGE_OBJECTS_U11 Unique Default OBJECT_CODE, FUSE_CARD_CODE, IMAGE_PATH, LABEL_LOOKUP_TYPE, LABEL_LOOKUP_CODE, TASKFLOW_ID, REMOTE, TASKFLOW_INPUT_PARAMLIST, WEBAPP_MODULE, SECURITY_STRIPE, ENABLED, SEQUENCE, FUSE_COMMON_OBJECT, CAN_BE_HIDDEN, ORA_SEED_SET2