DBA Data[Home] [Help] [Dependency Information]


TABLE: ABM.ABM_LAUNCHPAD_METADATA

Object Details
Object Name: ABM_LAUNCHPAD_METADATA
Object Type: TABLE
Owner: ABM
Subobject Name:
Status: VALID


Contains all metadata related to the launchpad like child node and parent node of the current node, the display sequence of the current node, application module associated with the node.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: ABM_LAUNCHPAD_METADATA_PK
  1. ColumnCHILD_NODE
Indexes
Index Type Uniqueness Tablespace Column
ABM_LAUNCHPAD_METADATA_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCHILD_NODE
Foreign Keys
Table
Foreign Table Foreign Key Column
ABM_LAUNCHPAD_METADATA ABM_LAUNCHPAD_METADATA_FK TableABM_LAUNCHPAD_METADATA ABM_LAUNCHPAD_METADATA PARENT_NODE
TableABM_CALC_TMPLTS ABM_CALC_TMPLTS_FK ABM_LAUNCHPAD_METADATA ABM_CALC_TMPLTS CHILD_NODE
TableABM_LAUNCHPAD_METADATA ABM_LAUNCHPAD_METADATA_FK ABM_LAUNCHPAD_METADATA ABM_LAUNCHPAD_METADATA PARENT_NODE
TableABM_REP_TMPLTS ABM_REP_TMPLTS_FK1 ABM_LAUNCHPAD_METADATA ABM_REP_TMPLTS CHILD_NODE
Columns
Name Datatype Length Mandatory Comments
CHILD_NODE VARCHAR2 (90) Yes The Child Node of the current node
LAUNCHPAD_TYPE VARCHAR2 (3) Yes Type of the Launchpad. Main Launchpad / Calculations Launchpad / Bill Type Hierarchy Launchpad.
DISPLAY_SEQUENCE NUMBER

Display Sequence of the Node
PARENT_NODE VARCHAR2 (90)
Parent Node of the current node
APPLICATION_MODULE_NAME VARCHAR2 (150)
Name of the Application Module associated with the Launchpad node.
DESCRIPTION VARCHAR2 (600)
Description of the Launchpad Node
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LOOKUP_CODE VARCHAR2 (30)
Lookup Code of the label associated with the Launchpad node
LOOKUP_TYPE VARCHAR2 (30)
Lookup Type of the label associated with the Launchpad Node
TEMPLATE_ID NUMBER

Launchpad Metadata Template ID
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CHILD_NODE
,      LAUNCHPAD_TYPE
,      DISPLAY_SEQUENCE
,      PARENT_NODE
,      APPLICATION_MODULE_NAME
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LOOKUP_CODE
,      LOOKUP_TYPE
,      TEMPLATE_ID
FROM ABM.ABM_LAUNCHPAD_METADATA;

Dependencies

[top of page]

ABM.ABM_LAUNCHPAD_METADATA does not reference any database object

ABM.ABM_LAUNCHPAD_METADATA is not referenced by any database object