DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.GHR_POSITIONS_V

Object Details
Object Name: GHR_POSITIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGHR.GHR_POSITIONS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
POS_TITLE VARCHAR2 (4000)
Position Title
POS_NUMBER VARCHAR2 (4000)
Position Number
POS_SEQ_NO VARCHAR2 (4000)
Position Sequence Number
POS_AGENCY_CODE VARCHAR2 (4000)
Position Agency Code
POSITION_ID NUMBER (15) Yes Position ID
NAME VARCHAR2 (240)
Name
BUSINESS_GROUP_ID NUMBER (15) Yes Business Group of the Record
DATE_EFFECTIVE DATE
Yes Date Effective
DATE_END DATE

Date End
JOB_ID NUMBER (15) Yes Job ID
JOB_OCC_SERIES VARCHAR2 (4000)
Job OCC Series
ORGANIZATION_ID NUMBER (15) Yes Organization ID
LOCATION_ID NUMBER (15)
Location ID
STATUS VARCHAR2 (30)
Status
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT POS_TITLE
,      POS_NUMBER
,      POS_SEQ_NO
,      POS_AGENCY_CODE
,      POSITION_ID
,      NAME
,      BUSINESS_GROUP_ID
,      DATE_EFFECTIVE
,      DATE_END
,      JOB_ID
,      JOB_OCC_SERIES
,      ORGANIZATION_ID
,      LOCATION_ID
,      STATUS
FROM APPS.GHR_POSITIONS_V;

Dependencies

[top of page]

APPS.GHR_POSITIONS_V references the following:

SchemaAPPS
PL/SQL PackageGHR_API - show dependent code
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewPER_POSITIONS

APPS.GHR_POSITIONS_V is not referenced by any database object