[Home] [Help]
[Dependency Information]
| Object Name: | PQH_WORKSHEET_ORGANIZATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PQH.PQH_WORKSHEET_ORGANIZATIONS_V
|
| 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 |
|---|---|---|---|---|
| ORGANIZATION_ID_CHILD | NUMBER | (15) | Yes | |
| ORGANIZATION_ID_PARENT | NUMBER | (15) | Yes | |
| ORG_STRUCTURE_VERSION_ID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID_CHILD
, ORGANIZATION_ID_PARENT
, ORG_STRUCTURE_VERSION_ID
FROM APPS.PQH_WORKSHEET_ORGANIZATIONS_V;
APPS
PER_ORG_STRUCTURE_ELEMENTS
PQH_BUDGET
- show dependent code
APPS
PQH_BUDGET
- show dependent code
PQH_WKS_BUDGET
- show dependent code
|
|
|
|