[Home] [Help]
[Dependency Information]
| Object Name: | OKI_TERM_OLTP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
View to store information about terminated contracts like termination reason and code.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRN_CODE | VARCHAR2 | (30) | Yes | QuickCode code |
| TERMINATION_REASON | VARCHAR2 | (80) | Yes | QuickCode meaning |
Cut, paste (and edit) the following text to query this object:
SELECT TRN_CODE
, TERMINATION_REASON
FROM APPS.OKI_TERM_OLTP_V;
APPS
FND_LOOKUP_VALUES
APPS.OKI_TERM_OLTP_V is not referenced by any database object
|
|
|
|