[Home] [Help]
[Dependency Information]
Object Name: | AP_HOLD_CODES_HOLD_NAME_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HOLD_LOOKUP_CODE | VARCHAR2 | (25) | Yes | Name of hold code |
HOLD | VARCHAR2 | (80) | Yes | |
REASON | VARCHAR2 | (80) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT HOLD_LOOKUP_CODE
, HOLD
, REASON
FROM APPS.AP_HOLD_CODES_HOLD_NAME_V;
APPS.AP_HOLD_CODES_HOLD_NAME_V is not referenced by any database object
|
|
|