[Home] [Help]
[Dependency Information]
| Object Name: | PA_XLA_PER_JOBS_REF_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_XLA_PER_JOBS_REF_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JOB_ID | NUMBER | (15) | Yes | System-generated primary key column. |
| JOB_NAME | VARCHAR2 | (700) | Job name, concatenated from the keyflex structure. | |
| JOB_GROUP_ID | NUMBER | (15) | Yes | Foreign key to per_job_groups. |
| JOB_GROUP_NAME | VARCHAR2 | (30) | Yes | The name displayed on any form or report. The user can update this name after the Job Group has been created. |
Cut, paste (and edit) the following text to query this object:
SELECT JOB_ID
, JOB_NAME
, JOB_GROUP_ID
, JOB_GROUP_NAME
FROM APPS.PA_XLA_PER_JOBS_REF_V;
APPS
PER_JOBS
PER_JOB_GROUPS
APPS.PA_XLA_PER_JOBS_REF_V is not referenced by any database object
|
|
|
|