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


TABLE: BNE.BNE_MAPPING_LINES

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


BNE_MAPPING_LINES stores the individual content column to interface column mapping.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BNE_MAPPING_LINES_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnMAPPING_CODE
ColumnSEQUENCE_NUM
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID).
MAPPING_CODE VARCHAR2 (30) Yes Code identifying this entity for the given APPLICATION_ID.
SEQUENCE_NUM NUMBER (15) Yes sequence Number.
CONTENT_APP_ID NUMBER (15) Yes Application id of content column being mapped.
CONTENT_CODE VARCHAR2 (30) Yes Content code of content column being mapped.
CONTENT_SEQ_NUM NUMBER (15) Yes Sequence number of content column being mapped.
INTERFACE_APP_ID NUMBER (15) Yes Application id of interface column being mapped.
INTERFACE_CODE VARCHAR2 (30) Yes Interface code of interface column being mapped.
INTERFACE_SEQ_NUM NUMBER (15) Yes Sequence number of interface column being mapped.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object Version Number
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.
DECODE_FLAG VARCHAR2 (1)
Should the content column be decoded via the interface column 'TABLE' validation query.
Query Text

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


SELECT APPLICATION_ID
,      MAPPING_CODE
,      SEQUENCE_NUM
,      CONTENT_APP_ID
,      CONTENT_CODE
,      CONTENT_SEQ_NUM
,      INTERFACE_APP_ID
,      INTERFACE_CODE
,      INTERFACE_SEQ_NUM
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      DECODE_FLAG
FROM BNE.BNE_MAPPING_LINES;

Dependencies

[top of page]

BNE.BNE_MAPPING_LINES does not reference any database object

BNE.BNE_MAPPING_LINES is referenced by following:

SchemaAPPS
SynonymBNE_MAPPING_LINES