[Home] [Help]
[Dependency Information]
| Object Name: | XLA_PRODUCT_RULES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_PRODUCT_RULES_B
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_PRODUCT_RULES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
AMB_CONTEXT_CODE
PRODUCT_RULE_TYPE_CODE
PRODUCT_RULE_CODE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Internal id of the application |
| AMB_CONTEXT_CODE | VARCHAR2 | (30) | Yes | Accounting methods builder context. |
| PRODUCT_RULE_TYPE_CODE | VARCHAR2 | (1) | Yes | Product rule type code |
| PRODUCT_RULE_CODE | VARCHAR2 | (30) | Yes | Product rule code |
| TRANSACTION_COA_ID | NUMBER | (15) | Chart of accounts of the transaction | |
| ACCOUNTING_COA_ID | NUMBER | (15) | Chart of accounts for which the accounting is created | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Internal flag. Enabled product rules can be assigned to an accounting method |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created 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_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| 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). | |
| PRODUCT_RULE_VERSION | VARCHAR2 | (30) | Product rule version | |
| COMPILE_STATUS_CODE | VARCHAR2 | (1) | Indicates compilation status of a product rule. | |
| LOCKING_STATUS_FLAG | VARCHAR2 | (1) | Indicates the locking status of the product rule. 'Y' - Locked, 'N' - Unlocked. | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PRODUCT_RULE_HASH_ID | NUMBER | (15) | Product accounting definition hash identifier | |
| UPDATED_FLAG | VARCHAR2 | (1) | Yes | Indicate if the application accounting definition is updated since last exported |
| VERSION_NUM | NUMBER | Yes | Version number generated automatically at the time of export | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, AMB_CONTEXT_CODE
, PRODUCT_RULE_TYPE_CODE
, PRODUCT_RULE_CODE
, TRANSACTION_COA_ID
, ACCOUNTING_COA_ID
, ENABLED_FLAG
, REQUEST_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PRODUCT_RULE_VERSION
, COMPILE_STATUS_CODE
, LOCKING_STATUS_FLAG
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PRODUCT_RULE_HASH_ID
, UPDATED_FLAG
, VERSION_NUM
, ZD_EDITION_NAME
FROM XLA.XLA_PRODUCT_RULES_B;
XLA.XLA_PRODUCT_RULES_B does not reference any database object
XLA.XLA_PRODUCT_RULES_B is referenced by following:
XLA
XLA_PRODUCT_RULES_B#
|
|
|
|