DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_PROJECT

Line 4689: INV_Project.Set_Org_client_info(x_return_status,

4685: */
4686:
4687: /* IF (pjm_installed = 1) THEN */
4688: IF (client_info_org_id <> p_orgid) THEN
4689: INV_Project.Set_Org_client_info(x_return_status,
4690: p_orgid);
4691: IF (x_return_status <> 'S') THEN
4692: return FALSE;
4693: END IF;

Line 6871: INV_PROJECT.Get_project_loc_for_prj_Req(

6867: transaction itself creates the recipt transaction and while doing so
6868: it picks up the default locator from the locator defaults.
6869: */
6870: IF (l_req_line_id IS NOT NULL) THEN
6871: INV_PROJECT.Get_project_loc_for_prj_Req(
6872: x_return_status,
6873: l_xlocid,
6874: l_xorgid,
6875: l_req_line_id);