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


VIEW: APPS.HRBV_POS_STRUCTURE_ELEMENTS_V

Object Details
Object Name: HRBV_POS_STRUCTURE_ELEMENTS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Position structure elements (from PER_POS_STRUCTURE_ELEMENTS table).


[View Source]

Columns
Name Datatype Length Mandatory Comments
POS_STRUCTURE_ELEMENT_ID NUMBER (15) Yes Primary key for PER_POS_STRUCTURE_ELEMENTS.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ALL_ORGANIZATION_UNITS.
POS_STRUCTURE_VERSION_ID NUMBER
Yes Foreign key to PER_POS_STRUCTURE_VERSIONS.
SUBORDINATE_POSITION_ID NUMBER (15) Yes Foreign key to PER_ALL_POSITIONS.
PARENT_POSITION_ID NUMBER (15) Yes Foreign key to PER_ALL_POSITIONS.
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
CREATED_BY NUMBER (15)
Standard who column
CREATION_DATE DATE

Standard who column
BG_SECURITY_FLAG_CODE CHAR (1)
Business group security flag code.
Query Text

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


SELECT POS_STRUCTURE_ELEMENT_ID
,      BUSINESS_GROUP_ID
,      POS_STRUCTURE_VERSION_ID
,      SUBORDINATE_POSITION_ID
,      PARENT_POSITION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      BG_SECURITY_FLAG_CODE
FROM APPS.HRBV_POS_STRUCTURE_ELEMENTS_V;

Dependencies

[top of page]

APPS.HRBV_POS_STRUCTURE_ELEMENTS_V references the following:

SchemaAPPS
PL/SQL PackageHR_BIS - show dependent code
SynonymPER_POS_STRUCTURE_ELEMENTS

APPS.HRBV_POS_STRUCTURE_ELEMENTS_V is not referenced by any database object