DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_DISTRIBUTIONS_SV

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

213: if (X_type_lookup_code IN ('STANDARD','PLANNED','BLANKET')) then --BUG 3230237
214: /* Delete Distributions for a PO */
215: X_progress := '020';
216: --dbms_output.put_line('Before Delete All Distributions');
217: po_distributions_sv.delete_distributions(X_po_header_id, 'HEADER');
218: end if;
219:
220: if (X_type_lookup_code <> 'CONTRACT') then
221: