DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_MOAC_UTILS_PVT

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

1499: end if;
1500: end if;
1501:
1502: -- Set the org context before calling core po api's
1503: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --
1504:
1505: rec_cnt := p_po_change_requests.count();
1506: -- Now check if the document references a global agreement
1507: -- or a blanket, then get the price accordingly

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

2048:
2049: end if;
2050: -- Set the org context before calling the cancel api
2051:
2052: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --
2053:
2054: PO_Document_Control_GRP.check_control_action(
2055: p_api_version => 1.0,
2056: p_init_msg_list => FND_API.G_TRUE,