[Home] [Help]
[Dependency Information]
| Object Name: | PSP_AUTO_RULES |
|---|---|
| Object Type: | TABLE |
| Owner: | PSP |
| FND Design Data: | PSP.PSP_AUTO_RULES
|
| Subobject Name: | |
| Status: | VALID |
PSP_AUTO_RULES stores the rules associated with population of the expenditure type or General Ledger account segment.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSP_AUTO_RULES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ACCT_ID
|
| PSP_AUTO_RULES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RULE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_ID | NUMBER | (10) | Yes | Auto-population rule identifier |
| ACCT_ID | NUMBER | (10) | Yes | Auto-population account identifier |
| CALCULATOR_RULE | VARCHAR2 | (1000) | Rule string in terms of parameter expression line numbers and operands | |
| RULE_DEFINITION | VARCHAR2 | (4000) | Auto-population rule definition | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, ACCT_ID
, CALCULATOR_RULE
, RULE_DEFINITION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSP.PSP_AUTO_RULES;
PSP.PSP_AUTO_RULES does not reference any database object
PSP.PSP_AUTO_RULES is referenced by following:
PSP
PSP_AUTO_RULES#
|
|
|
|