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


VIEW: APPS.PA_XLA_PER_JOBS_REF_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.PA_XLA_PER_JOBS_REF_V references the following:

SchemaAPPS
SynonymPER_JOBS
SynonymPER_JOB_GROUPS

APPS.PA_XLA_PER_JOBS_REF_V is not referenced by any database object