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


VIEW: APPS.HRFV_REC_ACT_BY_VACANCIES

Object Details
Object Name: HRFV_REC_ACT_BY_VACANCIES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HRFV_REC_ACT_BY_VACANCIES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This view shows vacancies for which recruitment activities have been set up.
Vacancies without recruitment activities are not included.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BUSINESS_GROUP_NAME VARCHAR2 (240) Yes
RECRUITMENT_ACTIVITY_NAME VARCHAR2 (30) Yes
VACANCY_NAME VARCHAR2 (30)

BUSINESS_GROUP_ID NUMBER (15) Yes
RECRUITMENT_ACTIVITY_ID NUMBER (15) Yes
VACANCY_ID NUMBER (15)

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BUSINESS_GROUP_NAME
,      RECRUITMENT_ACTIVITY_NAME
,      VACANCY_NAME
,      BUSINESS_GROUP_ID
,      RECRUITMENT_ACTIVITY_ID
,      VACANCY_ID
FROM APPS.HRFV_REC_ACT_BY_VACANCIES;

Dependencies

[top of page]

APPS.HRFV_REC_ACT_BY_VACANCIES references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
PL/SQL PackageHR_BIS - show dependent code
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPER_RECRUITMENT_ACTIVITIES
SynonymPER_RECRUITMENT_ACTIVITY_FOR
ViewPER_VACANCIES

APPS.HRFV_REC_ACT_BY_VACANCIES is not referenced by any database object