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


VIEW: APPS.HRBV_ORG_STRUCTURE_VERSIONS_V

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

View Type

A Business Intelligence System view


Organization structure versions (from PER_ORG_STRUCTURE_VERSIONS table).


[View Source]

Columns
Name Datatype Length Mandatory Comments
DATE_FROM DATE
Yes Date from.
VERSION_NUMBER NUMBER
Yes Version number.
DATE_TO DATE

Date to.
TOPNODE_POS_CTRL_ENABLED_FLAG VARCHAR2 (10)
(Lookup code based on lookup type YES_NO).
TOPNODE_POS_CTRL_ENABLED_FLA_M VARCHAR2 (4000)
(Lookup meaning based on lookup type YES_NO).
ORG_STRUCTURE_VERSION_ID NUMBER
Yes Primary key for PER_ORG_STRUCTURE_VERSIONS.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ALL_ORGANIZATION_UNITS.
ORGANIZATION_STRUCTURE_ID NUMBER (15) Yes Foreign key to PER_ORGANIZATION_STRUCTURES.
COPY_STRUCTURE_VERSION_ID NUMBER (15)
Foreign key to PER_ORG_STRUCTURE_VERSIONS.
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 DATE_FROM
,      VERSION_NUMBER
,      DATE_TO
,      TOPNODE_POS_CTRL_ENABLED_FLAG
,      TOPNODE_POS_CTRL_ENABLED_FLA_M
,      ORG_STRUCTURE_VERSION_ID
,      BUSINESS_GROUP_ID
,      ORGANIZATION_STRUCTURE_ID
,      COPY_STRUCTURE_VERSION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      BG_SECURITY_FLAG_CODE
FROM APPS.HRBV_ORG_STRUCTURE_VERSIONS_V;

Dependencies

[top of page]

APPS.HRBV_ORG_STRUCTURE_VERSIONS_V references the following:

SchemaAPPS
PL/SQL PackageHR_BIS - show dependent code
SynonymPER_ORG_STRUCTURE_VERSIONS

APPS.HRBV_ORG_STRUCTURE_VERSIONS_V is not referenced by any database object