[Home] [Help]
[Dependency Information]
| Object Name: | PA_RULE_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_RULE_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
PA_RULE_PARAMETERS stores parameters used in SQL
statements of AutoAccounting rules.
.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_RULE_PARAMETERS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RULE_ID
PARAMETER_ID
PARAMETER_SEQ
|
| 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 |
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;
PA.PA_RULE_PARAMETERS does not reference any database object
PA.PA_RULE_PARAMETERS is referenced by following:
PA
PA_RULE_PARAMETERS#
|
|
|
|