[Home] [Help]
[Dependency Information]
| Object Name: | PA_PM_CONTROL_ACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PM_CONTROL_ACTIONS
|
| Subobject Name: | |
| Status: | VALID |
PA_PM_CONTROL_ACTIONS table holds all the actions that need to be
controlled in a project/budget that has been imported from an
external system.
The controls ensure that data in both Oracle Projects and the external
systems remain consistent.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PM_CONTROL_ACTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
CONTROL_RULE_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTROL_RULE_ID | NUMBER | Yes | The unique identifier for the control action | |
| ACTION | VARCHAR2 | (30) | Yes | The Intended Action that needs to be controlled |
| DESCRIPTION | VARCHAR2 | (80) | Yes | The Description of the Action |
| FIELD_VALUE_ALLOWED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether Field Values are allowed (pertinent only to actions involving Budgets) |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who Column | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CONTROL_RULE_ID
, ACTION
, DESCRIPTION
, FIELD_VALUE_ALLOWED_FLAG
, CREATION_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM PA.PA_PM_CONTROL_ACTIONS;
PA.PA_PM_CONTROL_ACTIONS does not reference any database object
PA.PA_PM_CONTROL_ACTIONS is referenced by following:
PA
PA_PM_CONTROL_ACTIONS#
|
|
|
|