[Home] [Help]
[Dependency Information]
Object Name: | AR_BPA_URL_PARAMS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_BPA_URL_PARAMS table stores all parameters for the URLs defined in Bill Presentment Architecture. Data in this table is maintained in the Drilldown URLspage. Each row includes the parameter name, type, and value.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_BPA_URL_PARAMS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_BPA_URL_PARAMS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
URL_PARAM_ID | NUMBER | (15) | Yes | Unique identifier |
URL_ID | NUMBER | (15) | Yes | Identifies URL associated with this parameter. Foreign key to the AR_BPA_URLS |
PARAM_TYPE | VARCHAR2 | (30) | Yes | Identifies the parameter type |
PARAM_NAME | VARCHAR2 | (80) | Identifies the parameter name | |
PARAM_VALUE | VARCHAR2 | (80) | Identifies the parameter value | |
ITEM_ID | NUMBER | (15) | Identifies item associated with this parameter. Foreign key to the AR_BPA_ITEMS_B table. | |
ENCRYPTED_FLAG | VARCHAR2 | (1) | Indicates if parameter is encrypted | |
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). |
Cut, paste (and edit) the following text to query this object:
SELECT URL_PARAM_ID
, URL_ID
, PARAM_TYPE
, PARAM_NAME
, PARAM_VALUE
, ITEM_ID
, ENCRYPTED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM AR.AR_BPA_URL_PARAMS;
AR.AR_BPA_URL_PARAMS does not reference any database object
AR.AR_BPA_URL_PARAMS is referenced by following:
|
|
|