[Home] [Help]
[Dependency Information]
| Object Name: | PJM_TASK_RULES_ORG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PJM.PJM_TASK_RULES_ORG_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | Yes | System-generated number that uniquely identifies a project or seiban | |
| ORGANIZATION_ID | NUMBER | Yes | ||
| ORGANIZATION_CODE | VARCHAR2 | (3) | ||
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, ORGANIZATION_ID
, ORGANIZATION_CODE
, ORGANIZATION_NAME
FROM APPS.PJM_TASK_RULES_ORG_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
MTL_PARAMETERS
PJM_DEFAULT_TASKS
APPS.PJM_TASK_RULES_ORG_V is not referenced by any database object
|
|
|
|