[Home] [Help]
[Dependency Information]
Object Name: | PA_PM_PRODUCT_CONTROL_RULES |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_PM_PRODUCT_CONTROL_RULES holds information about the various
actions to be controlled for a specific external product. An
entry in this table indicates that an action is not allowed by
the product that created the original project, task, or budget record.
The related Oracle Projects forms do not allow any modification to
such imported records.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_PM_PRODUCT_CONTROL_RULES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CONTROL_RULE_ID | NUMBER | Yes | The identifier for the control action | |
PM_PRODUCT_CODE | VARCHAR2 | (30) | Yes | The identifier of the external system |
FIELD_VALUE_CODE | VARCHAR2 | (30) | Holds the field value code for certain field names (like AC for Cost Budget) | |
START_DATE_ACTIVE | DATE | Yes | The effective start date | |
END_DATE_ACTIVE | DATE | The effective end date | ||
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 |
Cut, paste (and edit) the following text to query this object:
SELECT CONTROL_RULE_ID
, PM_PRODUCT_CODE
, FIELD_VALUE_CODE
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CREATION_DATE
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PA.PA_PM_PRODUCT_CONTROL_RULES;
PA.PA_PM_PRODUCT_CONTROL_RULES does not reference any database object
PA.PA_PM_PRODUCT_CONTROL_RULES is referenced by following:
|
|
|