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


TABLE: AR.AR_BPA_ITEMS_B

Object Details
Object Name: AR_BPA_ITEMS_B
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_BPA_ITEMS_B
Subobject Name:
Status: VALID


The AR_BPA_ITEMS_B table stores all the content items that can be added to a bill template using the Bill Presentment Architecture. This table provides data for the content item shuttle boxes of the Select Content and Layout and Select Content pages. Data in this table is maintained in the Content Items page. Each row includes the item type, display level, and other item details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_BPA_ITEMS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
AR_BPA_ITEMS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDATA_SOURCE_ID
AR_BPA_ITEMS_B_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEEDED_APPLICATION_ID
ColumnDISPLAY_LEVEL
Columns
Name Datatype Length Mandatory Comments
ITEM_ID NUMBER (15) Yes Unique identifier
ITEM_CODE VARCHAR2 (80)
Internal item identifier
ITEM_SOURCE VARCHAR2 (30) Yes Indicates whether item is pre-defined or user-defined
ITEM_TYPE VARCHAR2 (30) Yes Identifies type of item such as image,text or message defined in system
DISPLAY_LEVEL VARCHAR2 (30) Yes Identifies level in the page at which data is displayed
DATA_SOURCE_ID NUMBER (15)
Identifies data source from AR_BPA_DATA_SOURCES_B
DISPLAY_ENABLED_FLAG VARCHAR2 (1)
Flag to indicate if item is enabled for display
ASSIGNMENT_ENABLED_FLAG VARCHAR2 (1)
Flag to indicate if item can be used for defaulting template
AMOUNT_ITEM_FLAG VARCHAR2 (1)
Flag to indicate an amount item
URL_ID NUMBER (15)
Identifies HTML page linked to the item
ITEM_IMAGE_FILENAME VARCHAR2 (240)
Filename of image that the item refers to
ITEM_MESSAGE_NAME VARCHAR2 (240)
Identifies message defined in system
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).
DISPLAYED_MULTI_LEVEL_FLAG VARCHAR2 (1)
Indicates whether the item will be displayed at multiple levels.
SEEDED_APPLICATION_ID NUMBER (15)
Identifies the seeded application
TAX_ITEM_FLAG VARCHAR2 (1)
Indicates if this is a tax item
TOTALS_ENABLED_FLAG VARCHAR2 (1)
Indicates if totals should be calculated
LINK_ENABLED_FLAG VARCHAR2 (1)
Indicates if drilldown link should be added
DATA_TYPE VARCHAR2 (30)
Identifies the data type of the item
URLCFG_ENABLED_FLAG VARCHAR2 (1)
Indicates if item is enabled for URL configuration
FLEXFIELD_ITEM_FLAG VARCHAR2 (1)
Indicates whether the item is a flexfield item
COLUMN_NAME VARCHAR2 (30)
Identifies column name of the item
Query Text

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


SELECT ITEM_ID
,      ITEM_CODE
,      ITEM_SOURCE
,      ITEM_TYPE
,      DISPLAY_LEVEL
,      DATA_SOURCE_ID
,      DISPLAY_ENABLED_FLAG
,      ASSIGNMENT_ENABLED_FLAG
,      AMOUNT_ITEM_FLAG
,      URL_ID
,      ITEM_IMAGE_FILENAME
,      ITEM_MESSAGE_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DISPLAYED_MULTI_LEVEL_FLAG
,      SEEDED_APPLICATION_ID
,      TAX_ITEM_FLAG
,      TOTALS_ENABLED_FLAG
,      LINK_ENABLED_FLAG
,      DATA_TYPE
,      URLCFG_ENABLED_FLAG
,      FLEXFIELD_ITEM_FLAG
,      COLUMN_NAME
FROM AR.AR_BPA_ITEMS_B;

Dependencies

[top of page]

AR.AR_BPA_ITEMS_B does not reference any database object

AR.AR_BPA_ITEMS_B is referenced by following:

SchemaAPPS
SynonymAR_BPA_ITEMS_B