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


VIEW: APPS.PQH_ATTRIBUTE_RANGES_V4

Object Details
Object Name: PQH_ATTRIBUTE_RANGES_V4
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPQH.PQH_ATTRIBUTE_RANGES_V4
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROUTING_CATEGORY_ID NUMBER (15) Yes Routing Category Identifier
ROUTING_MEMBER_ID NUMBER

Routing Member Identifier
ROUTING_MEMBER_NAME VARCHAR2 (4000)
Routing Member Name
ENABLE_FLAG VARCHAR2 (10) Yes Enable Flag
Query Text

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


SELECT ROUTING_CATEGORY_ID
,      ROUTING_MEMBER_ID
,      ROUTING_MEMBER_NAME
,      ENABLE_FLAG
FROM APPS.PQH_ATTRIBUTE_RANGES_V4;

Dependencies

[top of page]

APPS.PQH_ATTRIBUTE_RANGES_V4 references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
SynonymPQH_ATTRIBUTE_RANGES
ViewPQH_ROUTING_LIST_MEMBERS_V
PL/SQL PackagePQH_TCT_WIZARD_PKG - show dependent code

APPS.PQH_ATTRIBUTE_RANGES_V4 is not referenced by any database object