DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PO_DESTINATION_TYPES_ALL_V

Line 378: from po_destination_types_all_v

374: BEGIN
375:
376: select displayed_field
377: into x_dest_type
378: from po_destination_types_all_v
379: where lookup_code = x_destination_type_code;
380:
381: RETURN(x_dest_type);
382: