[Home] [Help]
[Dependency Information]
| Object Name: | PJI_JOBS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PJI.PJI_JOBS_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 |
|---|---|---|---|---|
| ID | NUMBER | (15) | Yes | Identifier for the job. |
| VALUE | NUMBER | (15) | Yes | Name of the job. |
| JOB_LEVEL | NUMBER | Level of the job. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, JOB_LEVEL
FROM APPS.PJI_JOBS_V;
APPS
PA_JOB_UTILS
- show dependent code
PER_JOBS
APPS
PJI_PMV_ENGINE
- show dependent code
|
|
|
|