[Home] [Help]
[Dependency Information]
Object Name: | AR_BPA_RULE_TEMPLATES |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_BPA_RULE_TEMPLATES table stores all assignment templates for assignment rules defined in Bill Presentment Architecture. Data in this table is maintained in the Assignment Rulespage. Each row includes the assigned templates and effective dates.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_BPA_RULE_TEMPLATES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_BPA_RULE_TEMPLATES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_TEMPLATE_ID | NUMBER | (15) | Yes | Unique identifier |
TEMPLATE_ID | NUMBER | (15) | Yes | Identifies template that the rule belongs to. Foreign key to the AR_BPA_TEMPLATES_B table. |
RULE_ID | NUMBER | (15) | Yes | Identifies rule that the template belongs to. Foreign key to the AR_BPA_RULES_B table. |
EFFECTIVE_FROM_DATE | DATE | Yes | Identifies first date when template is effective | |
EFFECTIVE_TO_DATE | DATE | Identifies last date when template is effective | ||
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). | |
ASSIGNED_TEMPLATE_PURPOSE | VARCHAR2 | (30) | Determines whether template will be used for online or printed bills |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_TEMPLATE_ID
, TEMPLATE_ID
, RULE_ID
, EFFECTIVE_FROM_DATE
, EFFECTIVE_TO_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ASSIGNED_TEMPLATE_PURPOSE
FROM AR.AR_BPA_RULE_TEMPLATES;
AR.AR_BPA_RULE_TEMPLATES does not reference any database object
AR.AR_BPA_RULE_TEMPLATES is referenced by following:
|
|
|