[Home] [Help]
[Dependency Information]
Object Name: | PA_RES_EMP_HCOUNT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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_RES_EMP_HCOUNT_V is not referenced by any database object
|
|
|