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


TABLE: BNE.BNE_PARAM_LISTS_B

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


BNE_PARAM_LISTS_B stores the definition of a parameter list. A parameter list is an ordered collection of parameters that may be used to store the required values needed to run some code. For example, the content components require a parameter list (BNE_CONTENTS.PARAM_LIST_APP_ID, BNE_CONTENTS.PARAM_LIST_CODE) to define the parameters they need to run. Parameter lists are also used by components (BNE_COMPONENTS_B), viewers (BNE_VIEWERS_B) and the upload and import process. Each parameter list may reference attributes (BNE_ATTRIBUTES_B) for generic storage of data.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_PARAM_LISTS_B_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnPARAM_LIST_CODE
BNE_PARAM_LISTS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_APP_ID
ColumnATTRIBUTE_CODE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
PARAM_LIST_CODE VARCHAR2 (30) Yes Unique code identifying this entity for the given APPLICATION_ID.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
PERSISTENT_FLAG VARCHAR2 (1) Yes Is the parameter list to be persistent (Y/N). Persistent list should not be deleted. non-persistent lists may be deleted after a list has been passed from a client to a server (to ensure the list is cleaned up).
COMMENTS VARCHAR2 (240)
Any developer defined comments about this parameter list.
ATTRIBUTE_APP_ID NUMBER (15)
Application Id of any attributes.
ATTRIBUTE_CODE VARCHAR2 (30)
Attribute code of any attributes.
LIST_RESOLVER VARCHAR2 (240)
Fully qualified java class name of a java class used to perform parameter list pre-processing and validation.
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_DATE DATE
Yes Standard Who column - date when a user last updated this row.
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).
Query Text

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


SELECT APPLICATION_ID
,      PARAM_LIST_CODE
,      OBJECT_VERSION_NUMBER
,      PERSISTENT_FLAG
,      COMMENTS
,      ATTRIBUTE_APP_ID
,      ATTRIBUTE_CODE
,      LIST_RESOLVER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM BNE.BNE_PARAM_LISTS_B;

Dependencies

[top of page]

BNE.BNE_PARAM_LISTS_B does not reference any database object

BNE.BNE_PARAM_LISTS_B is referenced by following:

SchemaAPPS
SynonymBNE_PARAM_LISTS_B