DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_DISTRIBUTIONS_SV

Line 274: po_distributions_sv.delete_distributions(X_po_header_id, 'HEADER');

270: if (X_type_lookup_code IN ('STANDARD','PLANNED','BLANKET')) then --BUG 3230237
271: /* Delete Distributions for a PO */
272: X_progress := '020';
273: --dbms_output.put_line('Before Delete All Distributions');
274: po_distributions_sv.delete_distributions(X_po_header_id, 'HEADER');
275: end if;
276:
277: if (X_type_lookup_code <> 'CONTRACT') then
278: