DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_PROJECT

Line 5066: INV_Project.Set_Org_client_info(x_return_status,

5062: */
5063:
5064: /* IF (pjm_installed = 1) THEN */
5065: IF (client_info_org_id <> p_orgid) THEN
5066: INV_Project.Set_Org_client_info(x_return_status,
5067: p_orgid);
5068: IF (x_return_status <> 'S') THEN
5069: return FALSE;
5070: END IF;

Line 7184: v_result := inv_projectlocator_pub.check_project_references(

7180: END;
7181:
7182: IF l_project_ref_enabled = 1 THEN
7183:
7184: v_result := inv_projectlocator_pub.check_project_references(
7185: arg_organization_id => l_orgid
7186: , arg_locator_id => l_locid
7187: , arg_validation_mode => v_mode
7188: , arg_required_flag => v_required_flag

Line 7353: INV_PROJECT.Get_project_loc_for_prj_Req(

7349: transaction itself creates the recipt transaction and while doing so
7350: it picks up the default locator from the locator defaults.
7351: */
7352: IF (l_req_line_id IS NOT NULL) THEN
7353: INV_PROJECT.Get_project_loc_for_prj_Req(
7354: x_return_status,
7355: l_xlocid,
7356: l_xorgid,
7357: l_req_line_id);

Line 7444: v_result := inv_projectlocator_pub.check_project_references(

7440: l_project_ref_enabled := 0;
7441: END;
7442:
7443: IF l_project_ref_enabled = 1 THEN
7444: v_result := inv_projectlocator_pub.check_project_references(
7445: arg_organization_id => l_xorgid
7446: , arg_locator_id => l_xlocid
7447: , arg_validation_mode => v_mode
7448: , arg_required_flag => v_required_flag