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


VIEW: APPS.OKC_SUBCLASS_RESPS_V

Object Details
Object Name: OKC_SUBCLASS_RESPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_SUBCLASS_RESPS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Defines the access level granted to a subclass of contract for a specific AOL responsibility.
The access levels are Read Only and Modify.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
RESP_ID NUMBER (15) Yes Responsibility ID.
SCS_CODE VARCHAR2 (30) Yes Foreign key to FND_LOOKUP_VALUES.
ACCESS_LEVEL VARCHAR2 (3) Yes Specifies access to contract level.
START_DATE DATE
Yes The beginning of the active period, one second after midnight on the date indicated.
END_DATE DATE

The end of the active period, one second before midnight on the date indicated.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
Query Text

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


SELECT ROW_ID
,      RESP_ID
,      SCS_CODE
,      ACCESS_LEVEL
,      START_DATE
,      END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_SUBCLASS_RESPS_V;

Dependencies

[top of page]

APPS.OKC_SUBCLASS_RESPS_V references the following:

SchemaAPPS
SynonymOKC_SUBCLASS_RESPS
APPS.OKC_SUBCLASS_RESPS_V is referenced by following:

SchemaAPPS
Package BodyOKC_CONTRACT_PVT - show dependent code
Package BodyOKC_SRA_PVT - show dependent code
PL/SQL PackageOKC_SRA_PVT - show dependent code
Package BodyOKC_SUBCLASS_PVT - show dependent code
Package BodyOKC_UTIL - show dependent code