DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on PO_SUPPLY

Line 5603: l_result := PO_SUPPLY.create_req(l_conformed_id, 'REQ HDR');

5599: aname => 'CONFORMED_HEADER_ID');
5600:
5601: --Since this is an amendment flow, so we have to create/modify the
5602: --supply table based on the conformed_id
5603: l_result := PO_SUPPLY.create_req(l_conformed_id, 'REQ HDR');
5604:
5605: x_progress := 'POR_AMENDMENT_PKG.amendment_post_merge_actions: completed successfully';
5606: IF (g_po_wf_debug = 'Y') THEN
5607: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);

Line 7775: l_result := po_supply.Create_req(p_conformed_header_id,'REQ HDR');

7771:
7772: END IF;
7773: IF p_amendment_approval = 'Y' THEN
7774:
7775: l_result := po_supply.Create_req(p_conformed_header_id,'REQ HDR');
7776: IF NOT l_result THEN
7777: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,'Create Req Supply failed for Confirmed Header Id : '||p_conformed_header_id);
7778: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7779: END IF;