[Home] [Help]
[Dependency Information]
| Object Name: | PA_ORGANIZATIONS_RES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_ORGANIZATIONS_RES_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 | NUMBER | (15) | Yes | |
| ORGANIZATION_NAME | VARCHAR2 | (60) | ||
| TRACK_AS_LABOR_FLAG | CHAR | (1) | ||
| UNIT_OF_MEASURE | CHAR | (5) | ||
| ROLLUP_QUANTITY_FLAG | CHAR | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_NAME
, TRACK_AS_LABOR_FLAG
, UNIT_OF_MEASURE
, ROLLUP_QUANTITY_FLAG
FROM APPS.PA_ORGANIZATIONS_RES_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
MO_GLOBAL
- show dependent code
PA_GET_RESOURCE
- show dependent code
PA_ORGANIZATIONS_EXPEND_V
APPS
PA_CREATE_RESOURCE
- show dependent code
PA_GET_RESOURCE
- show dependent code
PA_RESOURCE_PUB
- show dependent code
|
|
|
|