[Home] [Help]
[Dependency Information]
Object Name: | AR_BPA_RULES_B |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_BPA_RULES_B table stores the template assignment rules defined in Bill Presentment Architecture. Data in this table is maintained in the Assignment Rules page. Each row includes the data sources and rule order.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_BPA_RULES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_ID | NUMBER | (15) | Yes | Unique identifier |
PRIMARY_APP_ID | NUMBER | (15) | Yes | Primary application for data |
SECONDARY_APP_ID | NUMBER | (15) | Supplementary application for data | |
RULE_SEARCH_ORDER | NUMBER | Sequence number for the rule | ||
MATCH_ALL_ATTRIBUTES | VARCHAR2 | (30) | Yes | Matching criteria for the rule |
SEEDED_FLAG | VARCHAR2 | (1) | Indicates if the rule 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). | |
SAME_PRINTING_TEMPLATE_FLAG | VARCHAR2 | (1) | Determines whether templates assigned to this rule will be used for both online and print purposes | |
PRINT_RULE_SEARCH_ORDER | NUMBER | Search order used for finding print template | ||
CM_SAME_PRT_TMPLT_FLAG | VARCHAR2 | (1) | Indicates if printed bill uses the same template as online bill for credit memo. | |
DM_SAME_PRT_TMPLT_FLAG | VARCHAR2 | (1) | Indicates if printed bill uses the same template as online bill for debit memo. | |
CB_SAME_PRT_TMPLT_FLAG | VARCHAR2 | (1) | Indicates if printed bill uses the same template as online bill for chargeback. | |
DEP_SAME_PRT_TMPLT_FLAG | VARCHAR2 | (1) | Indicates if printed bill uses the same template as online bill for deposit. | |
GUAR_SAME_PRT_TMPLT_FLAG | VARCHAR2 | (1) | Indicates if printed bill uses the same template as online bill for guarantee. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, PRIMARY_APP_ID
, SECONDARY_APP_ID
, RULE_SEARCH_ORDER
, MATCH_ALL_ATTRIBUTES
, SEEDED_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SAME_PRINTING_TEMPLATE_FLAG
, PRINT_RULE_SEARCH_ORDER
, CM_SAME_PRT_TMPLT_FLAG
, DM_SAME_PRT_TMPLT_FLAG
, CB_SAME_PRT_TMPLT_FLAG
, DEP_SAME_PRT_TMPLT_FLAG
, GUAR_SAME_PRT_TMPLT_FLAG
, ZD_EDITION_NAME
FROM AR.AR_BPA_RULES_B;
AR.AR_BPA_RULES_B does not reference any database object
AR.AR_BPA_RULES_B is referenced by following:
|
|
|