DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on PO_ACCEPTANCES_S

Line 345: select po_acceptances_s.nextval into l_acceptance_id from dual;

341: --Bug 6772960 - End
342:
343: --dbms_output.put_line('No Notification found ');
344: l_progress := '4';
345: select po_acceptances_s.nextval into l_acceptance_id from dual;
346:
347: if l_po_release_id is null then
348: l_doc := l_po_header_id;
349: x_po_header_id := l_po_header_id;