[Home] [Help]
[Dependency Information]
| Object Name: | BNE_LAYOUTS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | BNE |
| FND Design Data: | BNE.BNE_LAYOUTS_B
|
| Subobject Name: | |
| Status: | VALID |
BNE_LAYOUTS_B stores the definition of a layout. A layout is a hierachical structure contianinf BNE_INTERFACE_COL columns. It is by means of a layout that a viewer is able to display data in a meaningful way.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BNE_LAYOUTS_B_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
LAYOUT_CODE
ZD_EDITION_NAME
|
| BNE_LAYOUTS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTEGRATOR_APP_ID
INTEGRATOR_CODE
|
| BNE_LAYOUTS_B_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CREATE_DOC_LIST_APP_ID
CREATE_DOC_LIST_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier (foreign key to FND_APPLICATIONS.APPLICATION_ID). |
| LAYOUT_CODE | VARCHAR2 | (30) | Yes | Unique code identifying this entity for the given APPLICATION_ID. |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Object Version Number |
| STYLESHEET_APP_ID | NUMBER | (15) | Yes | Application id of style sheet used by this layout by default. |
| STYLESHEET_CODE | VARCHAR2 | (30) | Yes | Style sheet used by this layout by default. |
| 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. |
| STYLE | VARCHAR2 | (2000) | Optional free form style text to over-ride STYLE_CLASS. | |
| STYLE_CLASS | VARCHAR2 | (50) | Style class name. | |
| REPORTING_FLAG | VARCHAR2 | (1) | Yes | Type of layout this is. Valid values are 'Y' - Reporting and 'N' - data-entry. |
| REPORTING_INTERFACE_APP_ID | NUMBER | (15) | Interface Id of reporting interface. | |
| REPORTING_INTERFACE_CODE | VARCHAR2 | (30) | Interface code of interface if this layout is a reporting layout (REPORTING_FLAG = Y). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| 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. | |
| CREATE_DOC_LIST_APP_ID | NUMBER | (15) | Additional parameters required during create document process. FK to BNE_PARAM_LISTS_B. | |
| CREATE_DOC_LIST_CODE | VARCHAR2 | (30) | Additional parameters required during create document process. FK to BNE_PARAM_LISTS_B. | |
| IMAGE_FILE_NAME | VARCHAR2 | (40) | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, LAYOUT_CODE
, OBJECT_VERSION_NUMBER
, STYLESHEET_APP_ID
, STYLESHEET_CODE
, INTEGRATOR_APP_ID
, INTEGRATOR_CODE
, STYLE
, STYLE_CLASS
, REPORTING_FLAG
, REPORTING_INTERFACE_APP_ID
, REPORTING_INTERFACE_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, CREATE_DOC_LIST_APP_ID
, CREATE_DOC_LIST_CODE
, IMAGE_FILE_NAME
, ZD_EDITION_NAME
FROM BNE.BNE_LAYOUTS_B;
BNE.BNE_LAYOUTS_B does not reference any database object
BNE.BNE_LAYOUTS_B is referenced by following:
BNE
BNE_LAYOUTS_B#
|
|
|
|