[Home] [Help]
[Dependency Information]
| Object Name: | OKE_K_ALL_ACCESS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_K_ALL_ACCESS_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 |
|---|---|---|---|---|
| ASSIGNMENT_LEVEL | VARCHAR2 | (30) | Level at which this contract assignment is made | |
| K_HEADER_ID | NUMBER | Yes | Contract document unique identifier | |
| K_NUMBER | VARCHAR2 | (240) | Contract document number | |
| PERSON_ID | NUMBER | (15) | Unique identifier of employee for which this assignment is made | |
| PERSON_NAME | VARCHAR2 | (240) | Name of employee for which this assignment is made | |
| ROLE_ID | NUMBER | Contract role unique identifier | ||
| ROLE_NAME | VARCHAR2 | (80) | Yes | Contract role name |
| START_DATE_ACTIVE | DATE | Date this assignment becomes active | ||
| END_DATE_ACTIVE | DATE | Date this assignment becomes inactive |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_LEVEL
, K_HEADER_ID
, K_NUMBER
, PERSON_ID
, PERSON_NAME
, ROLE_ID
, ROLE_NAME
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.OKE_K_ALL_ACCESS_V;
APPS
OKE_K_ALL_ACCESS_BASIC_V
OKE_K_HEADERS
OKE_K_SECURITY_PKG
- show dependent code
PA_PROJECT_ROLE_TYPES
PA_ROLE_JOB_BG_UTILS
- show dependent code
PER_ALL_PEOPLE_F
APPS.OKE_K_ALL_ACCESS_V is not referenced by any database object
|
|
|
|