[Home] [Help]
[Dependency Information]
| Object Name: | PQH_ATTRIBUTE_RANGES_V4 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PQH.PQH_ATTRIBUTE_RANGES_V4
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
HR_GENERAL
- show dependent code
PQH_ATTRIBUTE_RANGES
PQH_ROUTING_LIST_MEMBERS_V
PQH_TCT_WIZARD_PKG
- show dependent code
APPS.PQH_ATTRIBUTE_RANGES_V4 is not referenced by any database object
|
|
|
|