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


VIEW: APPS.PA_ONLINE_JOBS_V

Object Details
Object Name: PA_ONLINE_JOBS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_ONLINE_JOBS_V
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
JOB_ID NUMBER (15) Yes HR job identifier
NAME VARCHAR2 (700)
HR Job name
DATE_FROM DATE
Yes Date from which an employee or applicant may be assigned to this job
DATE_TO DATE

Date after which employees and applicants may no longer be assigned to this job
Query Text

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


SELECT JOB_ID
,      NAME
,      DATE_FROM
,      DATE_TO
FROM APPS.PA_ONLINE_JOBS_V;

Dependencies

[top of page]

APPS.PA_ONLINE_JOBS_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
PL/SQL PackagePA_CROSS_BUSINESS_GRP - show dependent code
ViewPER_JOBS_V

APPS.PA_ONLINE_JOBS_V is not referenced by any database object