AR_BPA_CONTENT_AREAS_B

This is an obsolete table and not in use.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_BPA_CONTENT_AREAS_B_PK

CONTENT_AREA_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_AREA_ID NUMBER 18 Yes Not currently used.
PARENT_CONTENT_AREA_ID NUMBER 18 Not currently used.
DISPLAY_LEVEL VARCHAR2 30 Yes Not currently used.
CONTENT_TYPE NUMBER Yes Not currently used.
CONTENT_ORIENTATION NUMBER Not currently used.
TEMPLATE_ID NUMBER 18 Yes Not currently used.
CONTENT_STYLE_ID NUMBER 18 Not currently used.
ITEM_ID NUMBER 18 Not currently used.
URL_ID NUMBER 18 Not currently used.
DISPLAY_SEQUENCE NUMBER Yes Not currently used.
CONTENT_AREA_WIDTH VARCHAR2 80 Not currently used.
CONTENT_AREA_LEFT_SPACE NUMBER Not currently used.
CONTENT_AREA_RIGHT_SPACE NUMBER Not currently used.
CONTENT_AREA_TOP_SPACE NUMBER Not currently used.
CONTENT_AREA_BOTTOM_SPACE NUMBER Not currently used.
ITEM_VALUE VARCHAR2 2000 Not currently used.
VO_ATTRIBUTE_NAME VARCHAR2 80 Not currently used.
VO_USAGE_NAME VARCHAR2 80 Not currently used.
CONTENT_COUNT NUMBER Not currently used.
TOTALS_ENABLED_FLAG VARCHAR2 1 Not currently used.
AMOUNT_ITEM_FLAG VARCHAR2 1 Not currently used.
LINK_ENABLED_FLAG VARCHAR2 1 Not currently used.
LINE_REGION_FLAG VARCHAR2 1 Not currently used.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CONTENT_AREA_BGCOLOR VARCHAR2 150 Not currently used.
ITEM_LABEL_STYLE VARCHAR2 30 Not currently used.
CONTENT_DISP_PROMPT_STYLE VARCHAR2 30 Not currently used.
ITEM_VALUE_STYLE VARCHAR2 30 Not currently used.
DISPLAYED_MULTI_LEVEL_FLAG VARCHAR2 1 Not currently used.
INVOICE_LINE_TYPE VARCHAR2 30 Not currently used.
AREA_CODE VARCHAR2 30 Not currently used.
PARENT_AREA_CODE VARCHAR2 30 Not currently used.
ITEM_COLUMN_WIDTH NUMBER 18 Not currently used.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
AR_BPA_CONTENT_AREAS_B ar_bpa_templates_b TEMPLATE_ID
AR_BPA_CONTENT_AREAS_B ar_bpa_items_b ITEM_ID
ar_bpa_content_areas_tl ar_bpa_content_areas_b CONTENT_AREA_ID

Indexes

Index Uniqueness Tablespace Columns
AR_BPA_CONTENT_AREAS_B_N1 Non Unique Default TEMPLATE_ID, DISPLAY_LEVEL
AR_BPA_CONTENT_AREAS_B_N2 Non Unique Default ITEM_ID
AR_BPA_CONTENT_AREAS_B_U1 Unique Default CONTENT_AREA_ID