DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on INV_GMI_RSV_BRANCH

Line 811: INV_GMI_RSV_Branch.Get_Process_Org(

807:
808: /* ============================================================================================= */
809: /* Get whse, and organization code from Process. */
810: /* ============================================================================================= */
811: INV_GMI_RSV_Branch.Get_Process_Org(
812: p_organization_id => p_mtl_rsv_rec.organization_id,
813: x_opm_whse_code => x_allocation_rec.whse_code,
814: x_opm_co_code => g_co_code, -- B1731567
815: x_opm_orgn_code => x_orgn_code,

Line 2440: INV_GMI_RSV_Branch.Get_Process_Org(

2436:
2437: /* ============================================================================================= */
2438: /* Get whse, and organization code from Process. */
2439: /* ============================================================================================= */
2440: INV_GMI_RSV_Branch.Get_Process_Org(
2441: p_organization_id => l_organization_id,
2442: x_opm_whse_code => l_whse_code,
2443: x_opm_co_code => ll_ic_tran_rec.co_code,
2444: x_opm_orgn_code => ll_ic_tran_rec.orgn_code,