[Home] [Help]
[Dependency Information]
| Object Name: | HRFV_PERSONAL_REHIRE_INFO |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HRFV_PERSONAL_REHIRE_INFO
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view shows information on whether people are recommended for rehire.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Yes | |
| PERSON_NAME | VARCHAR2 | (240) | ||
| REHIRE_REASON | VARCHAR2 | (60) | ||
| REHIRE_RECOMMENDATION | VARCHAR2 | (4000) | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | |
| PERSON_ID | NUMBER | (10) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_NAME
, PERSON_NAME
, REHIRE_REASON
, REHIRE_RECOMMENDATION
, BUSINESS_GROUP_ID
, PERSON_ID
FROM APPS.HRFV_PERSONAL_REHIRE_INFO;
APPS
HR_ALL_ORGANIZATION_UNITS_TL
HR_BIS
- show dependent code
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_PEOPLE_X
APPS.HRFV_PERSONAL_REHIRE_INFO is not referenced by any database object
|
|
|
|