[Home] [Help]
[Dependency Information]
Object Name: | AR_BPA_RULE_ATTRIBUTES_B |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_BPA_RULE_ATTRIBUTES_B table stores all assignment attributes of assignment rules defined in Bill Presentment Architecture. Data in this table is maintained in the Assignment Rulespage. Each row includes the attribute condition.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_BPA_RULE_ATTRIBUTES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_ATTRIBUTE_ID | NUMBER | (15) | Yes | Unique identifier |
RULE_ID | NUMBER | (15) | Yes | Identifies the rule that the attribute belongs to. Foreign key to the AR_BPA_RULES_B table. |
ITEM_ID | NUMBER | (15) | Yes | Identifies the item that the attribute is associated with. Foreign key to the AR_BPA_ITEMS_B table. |
MATCH_CONDITION | VARCHAR2 | (30) | Yes | Matching condition for the rule attribute |
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). | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ATTRIBUTE_ID
, RULE_ID
, ITEM_ID
, MATCH_CONDITION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM AR.AR_BPA_RULE_ATTRIBUTES_B;
AR.AR_BPA_RULE_ATTRIBUTES_B does not reference any database object
AR.AR_BPA_RULE_ATTRIBUTES_B is referenced by following:
|
|
|