DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.GMP_PDR_CATEGORY_V

Object Details
Object Name: GMP_PDR_CATEGORY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMP.GMP_PDR_CATEGORY_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Unique list of categories from msc_item_categories in each organization for an instance.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CATEGORY_NAME VARCHAR2 (250) Yes Category Name.
DESCRIPTION VARCHAR2 (240)
Category Description.
ORGANIZATION_ID NUMBER
Yes Organization ID.
SR_INSTANCE_ID NUMBER
Yes Instance ID.
CATEGORY_SET_ID NUMBER
Yes Category Set ID.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CATEGORY_NAME
,      DESCRIPTION
,      ORGANIZATION_ID
,      SR_INSTANCE_ID
,      CATEGORY_SET_ID
FROM APPS.GMP_PDR_CATEGORY_V;

Dependencies

[top of page]

APPS.GMP_PDR_CATEGORY_V references the following:

SchemaAPPS
SynonymMSC_ITEM_CATEGORIES

APPS.GMP_PDR_CATEGORY_V is not referenced by any database object