DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on PO_REQ_LINES_SV

Line 8112: po_req_lines_sv.update_reqs_in_pool_flag(NULL,l_conf_hdr_id,x_return_status);

8108: WHERE h2.requisition_header_id = l_req_header_id)
8109: WHERE requisition_header_id = l_conf_hdr_id;
8110:
8111: --Update reqs_in_pool_flag also
8112: po_req_lines_sv.update_reqs_in_pool_flag(NULL,l_conf_hdr_id,x_return_status);
8113:
8114: x_progress := 'POR_AMENDMENT_PKG.amendment_post_approval: 02, finished';
8115: IF (g_po_wf_debug = 'Y') THEN
8116: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);