DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_MOAC_UTILS_PVT

Line 1630: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --

1626: end if;
1627: end if;
1628:
1629: -- Set the org context before calling core po api's
1630: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --
1631:
1632: rec_cnt := p_po_change_requests.count();
1633: -- Now check if the document references a global agreement
1634: -- or a blanket, then get the price accordingly

Line 2199: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --

2195:
2196: end if;
2197: -- Set the org context before calling the cancel api
2198:
2199: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --
2200:
2201: PO_Document_Control_GRP.check_control_action(
2202: p_api_version => 1.0,
2203: p_init_msg_list => FND_API.G_TRUE,