[Home] [Help]
[Dependency Information]
Object Name: | AR_BPA_URLS_B |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_BPA_URLS_B table stores all URLs defined in Bill Presentment Architecture. Data in this table is maintained in the Drilldown URLs page. Each row includes the URL address.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_BPA_URLS_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
URL_ID | NUMBER | (15) | Yes | Unique identifier |
URL_ADDRESS | VARCHAR2 | (240) | Yes | URL address without parameters |
FULL_URL_ADDRESS | VARCHAR2 | (2000) | Yes | URL address with parameters |
SEEDED_FLAG | VARCHAR2 | (1) | Indicates if the URL is seeded | |
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). | |
DISPLAY_AREA | VARCHAR2 | (30) | Display Area | |
APPLICATION_ID | NUMBER | (15) | Identifies the application the URL associated with | |
DATA_SOURCE_ID | NUMBER | (15) | Identifies data source of the URL |
Cut, paste (and edit) the following text to query this object:
SELECT URL_ID
, URL_ADDRESS
, FULL_URL_ADDRESS
, SEEDED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DISPLAY_AREA
, APPLICATION_ID
, DATA_SOURCE_ID
FROM AR.AR_BPA_URLS_B;
AR.AR_BPA_URLS_B does not reference any database object
AR.AR_BPA_URLS_B is referenced by following:
|
|
|