[Home] [Help]
[Dependency Information]
Object Name: | PA_ONLINE_JOBS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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 |
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;
APPS.PA_ONLINE_JOBS_V is not referenced by any database object
|
|
|