[Home] [Help]
[Dependency Information]
| Object Name: | CN_SRP_JOB_TITLES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| SRP_ID | NUMBER | Yes | salesrep identifier | |
| JOB_TITLE_ID | NUMBER | (15) | Yes | job title identifier |
| JOB_NAME | VARCHAR2 | (700) | job name | |
| JOB_CODE | VARCHAR2 | (700) | job code | |
| JOB_DISCRETION | VARCHAR2 | (80) | discretionary job title | |
| ORG_CODE | VARCHAR2 | (30) | Yes | organization |
| START_DATE | DATE | Yes | assignment start date | |
| END_DATE | DATE | assignment end date |
Cut, paste (and edit) the following text to query this object:
SELECT SRP_ID
, JOB_TITLE_ID
, JOB_NAME
, JOB_CODE
, JOB_DISCRETION
, ORG_CODE
, START_DATE
, END_DATE
FROM APPS.CN_SRP_JOB_TITLES;
APPS
CN_JOB_TITLES
CN_SRP_ROLE_DTLS_V
APPS
CN_JOB_TITLE_PVT
- show dependent code
|
|
|
|