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


VIEW: APPS.OKE_P_ROLE_ASSIGN_V

Object Details
Object Name: OKE_P_ROLE_ASSIGN_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_P_ROLE_ASSIGN_V
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
ROW_ID ROWID (10)
Database generated row identifier
RECORD_VERSION_NUMBER NUMBER

Locking sequence number for the record
PROJECT_PARTY_ID NUMBER (15) Yes System generated unique identifier for the assignment record
OBJECT_ID NUMBER
Yes Unique identifier of object as specified in OBJECT_TYPE
OBJECT_TYPE VARCHAR2 (30) Yes Internal identifier of the type of object this assignment is made against
OBJECT_NUMBER VARCHAR2 (80) Yes Displayed number of the object this assignment is made against; either contract document number or program number depending on object type
RESOURCE_ID NUMBER (15)
Internal identifier of the resource to which this assignment is made
RESOURCE_TYPE_ID NUMBER (15) Yes Identifier of the type of resource. Currently the only valid value is Employee (101).
PERSON_ID NUMBER (15) Yes 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
Yes Contract role unique identifier
ROLE_NAME VARCHAR2 (80) Yes Contract role name
START_DATE_ACTIVE DATE
Yes Date this assignment becomes active
END_DATE_ACTIVE DATE

Date this assignment becomes inactive
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT ROW_ID
,      RECORD_VERSION_NUMBER
,      PROJECT_PARTY_ID
,      OBJECT_ID
,      OBJECT_TYPE
,      OBJECT_NUMBER
,      RESOURCE_ID
,      RESOURCE_TYPE_ID
,      PERSON_ID
,      PERSON_NAME
,      ROLE_ID
,      ROLE_NAME
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.OKE_P_ROLE_ASSIGN_V;

Dependencies

[top of page]

APPS.OKE_P_ROLE_ASSIGN_V references the following:

SchemaAPPS
SynonymOKE_PROGRAMS
SynonymPA_PROJECT_PARTIES
ViewPA_PROJECT_ROLE_TYPES
PL/SQL PackagePA_ROLE_JOB_BG_UTILS - show dependent code
SynonymPER_ALL_PEOPLE_F

APPS.OKE_P_ROLE_ASSIGN_V is not referenced by any database object