[Home] [Help]
[Dependency Information]
| Object Name: | HRBV_POS_STRUCTURE_ELEMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Position structure elements (from PER_POS_STRUCTURE_ELEMENTS table).
| 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. |
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;
APPS
HR_BIS
- show dependent code
PER_POS_STRUCTURE_ELEMENTS
APPS.HRBV_POS_STRUCTURE_ELEMENTS_V is not referenced by any database object
|
|
|
|