DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_DISTRIBUTIONS

Line 155: FROM po_distributions

151:
152: X_progress VARCHAR2(3) := '';
153:
154: cursor c1 is SELECT 'Y'
155: FROM po_distributions
156: WHERE po_header_id = X_po_header_id
157: AND nvl(encumbered_flag,'N') <> 'N';
158:
159: --BUG 3230237

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: