[Home] [Help]
[Dependency Information]
Object Name: | GMP_PLAN_ORGANIZATION_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
List of all Organizations from plan along with additional entry for All as organization. When All is selected, Planning Detail Report will consider all the organizations defined in the plan.
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;
|
|
|