[Home] [Help]
[Dependency Information]
| Object Name: | OKE_K_ROLES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_K_ROLES_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROLE_ID | NUMBER | Yes | Contract role unique identifier | |
| CODE | VARCHAR2 | (20) | Yes | Internal contract role code |
| NAME | VARCHAR2 | (80) | Yes | User-entered contract role name |
| DESCRIPTION | VARCHAR2 | (250) | Description of contract role | |
| START_DATE_ACTIVE | DATE | Yes | Date this contract role becomes active | |
| END_DATE_ACTIVE | DATE | Date this contract role becomes inactive |
Cut, paste (and edit) the following text to query this object:
SELECT ROLE_ID
, CODE
, NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.OKE_K_ROLES_V;
APPS
PA_PROJECT_ROLE_TYPES
PA_ROLE_CONTROLS
PA_ROLE_JOB_BG_UTILS
- show dependent code
APPS
OKE_K_APPROVAL_WF
- show dependent code
OKE_NOTIFICATIONS_V
|
|
|
|