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


VIEW: APPS.HRBV_ORG_STRUCTURE_ELEMENTS_V

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

View Type

A Business Intelligence System view


Organization structure elements (from PER_ORG_STRUCTURE_ELEMENTS table).


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID_PARENT NUMBER (15) Yes Organization id parent.
ORGANIZATION_ID_CHILD NUMBER (15) Yes Organization id child.
POSITION_CONTROL_ENABLED_FLAG VARCHAR2 (10)
(Lookup code based on lookup type YES_NO).
POSITION_CONTROL_ENABLED_FLA_M VARCHAR2 (4000)
(Lookup meaning based on lookup type YES_NO).
ORG_STRUCTURE_ELEMENT_ID NUMBER (15) Yes Primary key for PER_ORG_STRUCTURE_ELEMENTS.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ALL_ORGANIZATION_UNITS.
ORG_STRUCTURE_VERSION_ID NUMBER
Yes Foreign key to PER_ORG_STRUCTURE_VERSIONS.
PARTY_ID NUMBER (15)
Foreign key to HZ_PARTIES.
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 ORGANIZATION_ID_PARENT
,      ORGANIZATION_ID_CHILD
,      POSITION_CONTROL_ENABLED_FLAG
,      POSITION_CONTROL_ENABLED_FLA_M
,      ORG_STRUCTURE_ELEMENT_ID
,      BUSINESS_GROUP_ID
,      ORG_STRUCTURE_VERSION_ID
,      PARTY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      BG_SECURITY_FLAG_CODE
FROM APPS.HRBV_ORG_STRUCTURE_ELEMENTS_V;

Dependencies

[top of page]

APPS.HRBV_ORG_STRUCTURE_ELEMENTS_V references the following:

SchemaAPPS
PL/SQL PackageHR_BIS - show dependent code
SynonymPER_ORG_STRUCTURE_ELEMENTS

APPS.HRBV_ORG_STRUCTURE_ELEMENTS_V is not referenced by any database object