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


VIEW: APPS.HRBV_ORGANIZATION_STRUCTURES_V

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

View Type

A Business Intelligence System view


Organization structures (from PER_ORGANIZATION_STRUCTURES table).


[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (30) Yes Organization structure name.
COMMENTS CLOB (4000)
Comments.
POSITION_CONTROL_STRUCTURE_FLG VARCHAR2 (10)
(Lookup code based on lookup type YES_NO).
POSITION_CONTROL_STRUCTURE_F_M VARCHAR2 (4000)
(Lookup meaning based on lookup type YES_NO).
_DF:ORS CHAR (39)
Descriptive Flexfield Column
PRIMARY_STRUCTURE_FLAG VARCHAR2 (30)
(Lookup code based on lookup type YES_NO).
PRIMARY_STRUCTURE_FLAG_M VARCHAR2 (4000)
(Lookup meaning based on lookup type YES_NO).
ORGANIZATION_STRUCTURE_ID NUMBER (15) Yes Primary key for PER_ORGANIZATION_STRUCTURES.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ALL_ORGANIZATION_UNITS.
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 NAME
,      COMMENTS
,      POSITION_CONTROL_STRUCTURE_FLG
,      POSITION_CONTROL_STRUCTURE_F_M
,      _DF:ORS
,      PRIMARY_STRUCTURE_FLAG
,      PRIMARY_STRUCTURE_FLAG_M
,      ORGANIZATION_STRUCTURE_ID
,      BUSINESS_GROUP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      BG_SECURITY_FLAG_CODE
FROM APPS.HRBV_ORGANIZATION_STRUCTURES_V;

Dependencies

[top of page]

APPS.HRBV_ORGANIZATION_STRUCTURES_V references the following:

SchemaAPPS
PL/SQL PackageHR_BIS - show dependent code
SynonymPER_ORGANIZATION_STRUCTURES

APPS.HRBV_ORGANIZATION_STRUCTURES_V is not referenced by any database object