DBA Data[Home] [Help] [Dependency Information]


TABLE: PSP.PSP_AUTO_RULES

Object Details
Object Name: PSP_AUTO_RULES
Object Type: TABLE
Owner: PSP
FND Design Data: TablePSP.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSP_AUTO_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCT_ID
PSP_AUTO_RULES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PSP.PSP_AUTO_RULES does not reference any database object

PSP.PSP_AUTO_RULES is referenced by following:

SchemaAPPS
SynonymPSP_AUTO_RULES
TriggerPSP_AUTO_RULES_WHO