DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on PO_DISTRIBUTIONS_AP2_V

Line 190: from po_distributions_ap2_v

186: Begin
187: errcd := 0;
188: select code_combination_id
189: into ccid
190: from po_distributions_ap2_v
191: where line_location_id = line_locn_id
192: and rownum < 2 ;
193: Exception
194: When No_data_found Then

Line 276: FROM po_distributions_ap2_v

272: Begin
273: errcd := 0;
274: SELECT po_distribution_id
275: INTO distid
276: FROM po_distributions_ap2_v
277: WHERE line_location_id = line_locn_id
278: AND rownum < 2 ;
279: Exception
280: When No_data_found Then