DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on INV_GMI_RSV_BRANCH

Line 815: INV_GMI_RSV_Branch.Get_Process_Org(

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

Line 2452: INV_GMI_RSV_Branch.Get_Process_Org(

2448:
2449: /* ============================================================================================= */
2450: /* Get whse, and organization code from Process. */
2451: /* ============================================================================================= */
2452: INV_GMI_RSV_Branch.Get_Process_Org(
2453: p_organization_id => l_organization_id,
2454: x_opm_whse_code => l_whse_code,
2455: x_opm_co_code => ll_ic_tran_rec.co_code,
2456: x_opm_orgn_code => ll_ic_tran_rec.orgn_code,