[Home] [Help]
[Dependency Information]
| Object Name: | IRCBV_COMPENSATION_OBJECTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Shows the compensation objects (lookups) that a vacancy is advertising.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VACANCY_NAME | VARCHAR2 | (30) | Yes | Vacancy name. |
| COMPENSATION_OBJECT | VARCHAR2 | (4000) | ||
| COMPENSATION_OBJECT_CODE | VARCHAR2 | (30) | Yes | |
| VERSION_NUMBER | NUMBER | (9) | ||
| VACANCY_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT VACANCY_NAME
, COMPENSATION_OBJECT
, COMPENSATION_OBJECT_CODE
, VERSION_NUMBER
, VACANCY_ID
FROM APPS.IRCBV_COMPENSATION_OBJECTS;
APPS
HR_BIS
- show dependent code
IRC_VARIABLE_COMP_ELEMENTS
PER_ALL_VACANCIES
APPS.IRCBV_COMPENSATION_OBJECTS is not referenced by any database object
|
|
|
|