[Home] [Help]
[Dependency Information]
| Object Name: | CSC_CONDITION_LINES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSC.CSC_CONDITION_LINES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT CNH_ID
, CONDITION_TYPE
, DESCRIPTION
FROM APPS.CSC_CONDITION_LINES_V;
APPS
OKC_CONDITION_LINES_V
APPS.CSC_CONDITION_LINES_V is not referenced by any database object
|
|
|
|