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


VIEW: APPS.CN_SRP_WORKSHEETS

Object Details
Object Name: CN_SRP_WORKSHEETS
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
SALESREP_ID NUMBER (15)
ORG_ID NUMBER (15)
PAYRUN_ID NUMBER (15)
TOTAL_PAID NUMBER

Query Text

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


SELECT SALESREP_ID
,      ORG_ID
,      PAYRUN_ID
,      TOTAL_PAID
FROM APPS.CN_SRP_WORKSHEETS;

Dependencies

[top of page]

APPS.CN_SRP_WORKSHEETS references the following:

SchemaAPPS
ViewCN_SRP_WORKSHEETS_V

APPS.CN_SRP_WORKSHEETS is not referenced by any database object