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


VIEW: APPS.CSC_CONDITION_LINES_V

Object Details
Object Name: CSC_CONDITION_LINES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSC.CSC_CONDITION_LINES_V
Subobject Name:
Status: VALID

View Type

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


A Condition Line represents an expression that is one of three types: general, counter, or function-based.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CNH_ID NUMBER
Yes Primary Key of OKC_CONDITION_HEADERS_B
CONDITION_TYPE VARCHAR2 (10)
Condition type
DESCRIPTION VARCHAR2 (1995)
User entered free format text description.
Query Text

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


SELECT CNH_ID
,      CONDITION_TYPE
,      DESCRIPTION
FROM APPS.CSC_CONDITION_LINES_V;

Dependencies

[top of page]

APPS.CSC_CONDITION_LINES_V references the following:

SchemaAPPS
ViewOKC_CONDITION_LINES_V

APPS.CSC_CONDITION_LINES_V is not referenced by any database object