[Home] [Help]
[Dependency Information]
| Object Name: | BNE_MAPPINGS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | BNE |
| FND Design Data: | BNE.BNE_MAPPINGS_B
|
| Subobject Name: | |
| Status: | VALID |
BNE_MAPPINGS_B stores the definition of a mapping between a content (BNE_CONTENTS_B - data external to Web ADI that is to be downloaded), and an interface (BNE_INTERFACES_B). Having a mapping allows data to be placed in the correct interface column when layed out in a viewer, and when uploaded will ensure the data is inserted into the correct interface column.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BNE_MAPPINGS_B_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
MAPPING_CODE
ZD_EDITION_NAME
|
| BNE_MAPPINGS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTEGRATOR_APP_ID
INTEGRATOR_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID). |
| MAPPING_CODE | VARCHAR2 | (30) | Yes | Unique code identifying this entity for the given APPLICATION_ID. |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Object Version Number |
| INTEGRATOR_APP_ID | NUMBER | (15) | Yes | Application Id of the integrator this interface is for. |
| INTEGRATOR_CODE | VARCHAR2 | (30) | Yes | Integrator code of the integrator this interface is for. |
| REPORTING_FLAG | VARCHAR2 | (1) | Yes | Type of Mapping this is. Valid values are 'Y' - Reporting and 'N' - Data-entry. |
| REPORTING_INTERFACE_APP_ID | NUMBER | (15) | Interface id of reporting interface if this is a reporting only mapping (REPORTING_FLAG = Y). | |
| REPORTING_INTERFACE_CODE | VARCHAR2 | (30) | Interface code of reporting interface if this is a reporting only mapping (REPORTING_FLAG = Y). | |
| 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. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, MAPPING_CODE
, OBJECT_VERSION_NUMBER
, INTEGRATOR_APP_ID
, INTEGRATOR_CODE
, REPORTING_FLAG
, REPORTING_INTERFACE_APP_ID
, REPORTING_INTERFACE_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, ZD_EDITION_NAME
FROM BNE.BNE_MAPPINGS_B;
BNE.BNE_MAPPINGS_B does not reference any database object
BNE.BNE_MAPPINGS_B is referenced by following:
BNE
BNE_MAPPINGS_B#
|
|
|
|