[Home] [Help]
[Dependency Information]
| Object Name: | ASO_I_RETURN_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ASO.ASO_I_RETURN_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RETURN_REFERENCE_TYPE | VARCHAR2 | (80) | Yes | Reference type of the return from OE Lookups for lookup_type 'REFERENCE_TYPE' |
| RETURN_REFERENCE_TYPE_CODE | VARCHAR2 | (30) | Yes | Code corresponding to the return reference type from OE Lookups for lookup_type 'REFERENCE_TYPE' |
| DESCRIPTION | VARCHAR2 | (240) | Return reference type description from OE Lookups for lookup_type 'REFERENCE_TYPE' |
Cut, paste (and edit) the following text to query this object:
SELECT RETURN_REFERENCE_TYPE
, RETURN_REFERENCE_TYPE_CODE
, DESCRIPTION
FROM APPS.ASO_I_RETURN_TYPES_V;
APPS
OE_LOOKUPS
APPS
ASO_VALIDATE_PVT
- show dependent code
|
|
|
|