[Home] [Help]
[Dependency Information]
| Object Name: | PA_RES_EMP_HCOUNT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RES_EMP_HCOUNT_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Identifier of the Expenditure Organization. | ||
| HEADCOUNT_LEVEL | VARCHAR2 | (80) | Identifier of the level at which the headcount is reported for the current record | |
| HEADCOUNT_CODE | VARCHAR2 | (30) | Internal code for the level at which the headcount is reported for the current record | |
| EMP_HEADCOUNT | NUMBER | The headcount value for employees. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, HEADCOUNT_LEVEL
, HEADCOUNT_CODE
, EMP_HEADCOUNT
FROM APPS.PA_RES_EMP_HCOUNT_V;
APPS
PA_LOOKUPS
PA_ORG_HIERARCHY_DENORM
PA_REP_UTIL_GLOB
- show dependent code
PA_RESOURCES_DENORM
PA_RESOURCE_UTILS
- show dependent code
APPS.PA_RES_EMP_HCOUNT_V is not referenced by any database object
|
|
|
|