DBA Data[Home] [Help]

APPS.PO_LINES_SV5 dependencies on PO_DISTRIBUTIONS_ALL

Line 209: from po_distributions_all

205: INTO x_destination_code
206: FROM DUAL
207: WHERE EXISTS (
208: select destination_type_code
209: from po_distributions_all
210: where po_line_id = p_po_line_id
211: and destination_type_code IN ('EXPENSE')
212: );
213: EXCEPTION