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


TABLE: BNE.BNE_COMPONENTS_B

Object Details
Object Name: BNE_COMPONENTS_B
Object Type: TABLE
Owner: BNE
FND Design Data: TableBNE.BNE_COMPONENTS_B
Subobject Name:
Status: VALID


BNE_COMPONENTS_B stores the definition of a component. A component is a generic building block that performs some function when called from other code. Examples of components are LOVs and the XML object used for data download. Each component is uniquely identified by it's APPLICATION_ID and COMPONENT_CODE, and requires the definition of a java class which will run the component, and optional parameter list to define the arguments to the java class.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_COMPONENTS_B_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCOMPONENT_CODE
BNE_COMPONENTS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARAM_LIST_APP_ID
ColumnPARAM_LIST_CODE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
COMPONENT_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
COMPONENT_JAVA_CLASS VARCHAR2 (240) Yes Java class name that is used to run the component.
PARAM_LIST_APP_ID NUMBER (15)
Parameter list application id of the component parameter list.
PARAM_LIST_CODE VARCHAR2 (30)
Parameter list code of the component parameter list.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
Query Text

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


SELECT APPLICATION_ID
,      COMPONENT_CODE
,      OBJECT_VERSION_NUMBER
,      COMPONENT_JAVA_CLASS
,      PARAM_LIST_APP_ID
,      PARAM_LIST_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
FROM BNE.BNE_COMPONENTS_B;

Dependencies

[top of page]

BNE.BNE_COMPONENTS_B does not reference any database object

BNE.BNE_COMPONENTS_B is referenced by following:

SchemaAPPS
SynonymBNE_COMPONENTS_B