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


VIEW: APPS.ICX_CAT_LATEST_BATCH_JOBS_V

Object Details
Object Name: ICX_CAT_LATEST_BATCH_JOBS_V
Object Type: VIEW
Owner: APPS
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_STATUS_DISPLAY VARCHAR2 (80) Yes the job status that will be displayed
JOB_STATUS VARCHAR2 (30) Yes the job status
JOB_NUMBER NUMBER
Yes the job number
ROLE VARCHAR2 (10)
the role
PO_HEADER_ID NUMBER

PO header ID
CREATED_BY NUMBER
Yes user who submitted the job
IS_ERROR NUMBER

Query Text

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


SELECT JOB_STATUS_DISPLAY
,      JOB_STATUS
,      JOB_NUMBER
,      ROLE
,      PO_HEADER_ID
,      CREATED_BY
,      IS_ERROR
FROM APPS.ICX_CAT_LATEST_BATCH_JOBS_V;

Dependencies

[top of page]

APPS.ICX_CAT_LATEST_BATCH_JOBS_V references the following:

SchemaAPPS
SynonymFND_CONCURRENT_REQUESTS
ViewFND_LOOKUP_VALUES_VL
SynonymICX_CAT_BATCH_JOBS
APPS.ICX_CAT_LATEST_BATCH_JOBS_V is referenced by following:

SchemaAPPS
Package BodyPO_DRAFTS_PVT - show dependent code