[Home] [Help]
[Dependency Information]
| Object Name: | HR_POS_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_POS_LOV_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 |
|---|---|---|---|---|
| POSITION_ID | NUMBER | (15) | Position Identifier | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Business group identifier | |
| DATE_EFFECTIVE | DATE | Date Effective | ||
| DATE_END | DATE | Date End | ||
| NAME | VARCHAR2 | (240) | Position Name | |
| JOB_ID | NUMBER | (15) | Job Identifier | |
| ORGANIZATION_ID | NUMBER | (15) | Organization Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT POSITION_ID
, BUSINESS_GROUP_ID
, DATE_EFFECTIVE
, DATE_END
, NAME
, JOB_ID
, ORGANIZATION_ID
FROM APPS.HR_POS_LOV_V;
APPS
FND_PROFILE
- show dependent code
HR_GENERAL
- show dependent code
HR_POSITIONS_F
HR_SECURITY
- show dependent code
APPS.HR_POS_LOV_V is not referenced by any database object
|
|
|
|