DBA Data[Home] [Help]

APPS.POS_ACK_PO dependencies on PO_ACCEPTANCES_S

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

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