[Home] [Help]
[Dependency Information]
| Object Name: | IRCBV_VARIABLE_COMP_ELEMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Variable compensation element (from IRC_VARIABLE_COMP_ELEMENTS table).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VARIABLE_COMP_LOOKUP_M | VARCHAR2 | (4000) | (Lookup meaning based on lookup type IRC_VARIABLE_COMP_ELEMENT). | |
| VARIABLE_COMP_LOOKUP | VARCHAR2 | (30) | Yes | (Lookup code based on lookup type IRC_VARIABLE_COMP_ELEMENT). |
| VACANCY_ID | NUMBER | (15) | Yes | Foreign key to PER_VACANCIES. |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT VARIABLE_COMP_LOOKUP_M
, VARIABLE_COMP_LOOKUP
, VACANCY_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM APPS.IRCBV_VARIABLE_COMP_ELEMENTS_V;
APPS
HR_BIS
- show dependent code
IRC_VARIABLE_COMP_ELEMENTS
APPS.IRCBV_VARIABLE_COMP_ELEMENTS_V is not referenced by any database object
|
|
|
|