[Home] [Help]
[Dependency Information]
Object Name: | GMP_PLAN_ORGANIZATION_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
List of all Organizations from plan along with additional entry for All as organization.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Organization ID. | ||
ORGANIZATION_CODE | VARCHAR2 | (80) | Organization Code. | |
SR_INSTANCE_ID | NUMBER | Instance ID. | ||
PLAN_ID | NUMBER | Plan ID. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_CODE
, SR_INSTANCE_ID
, PLAN_ID
FROM APPS.GMP_PLAN_ORGANIZATION_V;
|
|
|