[Home] [Help]
[Dependency Information]
Object Name: | GMP_PDR_BUYER_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Unique list of buyers from msc_system_items in each organization for an instance and plan
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUYER_NAME | VARCHAR2 | (240) | Buyer Name. | |
BUYER_ID | NUMBER | (9) | Buyer ID. | |
ORGANIZATION_ID | NUMBER | Yes | Organization ID. | |
SR_INSTANCE_ID | NUMBER | Yes | Instance ID. | |
PLAN_ID | NUMBER | Yes | Plan ID. |
Cut, paste (and edit) the following text to query this object:
SELECT BUYER_NAME
, BUYER_ID
, ORGANIZATION_ID
, SR_INSTANCE_ID
, PLAN_ID
FROM APPS.GMP_PDR_BUYER_V;
APPS.GMP_PDR_BUYER_V is not referenced by any database object
|
|
|