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


TABLE: PA.PA_RULE_PARAMETERS

Object Details
Object Name: PA_RULE_PARAMETERS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_RULE_PARAMETERS
Subobject Name:
Status: VALID


PA_RULE_PARAMETERS stores parameters used in SQL
statements of AutoAccounting rules.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RULE_PARAMETERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
ColumnPARAMETER_ID
ColumnPARAMETER_SEQ
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes The identifier of the rule that uses the parameter in a SQL statement to derive the intermediate value
PARAMETER_ID NUMBER (15) Yes The identifier of the parameter used to derive the intermediate value of the rule that uses a SQL statement
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
PARAMETER_SEQ NUMBER (15) Yes The number that identifies and orders the parameter that is used in the SQL statement of the rule
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_ID
,      PARAMETER_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PARAMETER_SEQ
FROM PA.PA_RULE_PARAMETERS;

Dependencies

[top of page]

PA.PA_RULE_PARAMETERS does not reference any database object

PA.PA_RULE_PARAMETERS is referenced by following:

SchemaAPPS
SynonymPA_RULE_PARAMETERS