DBA Data[Home] [Help]

APPS.AHL_UMP_NONROUTINES_PVT dependencies on MO_GLOBAL

Line 1333: MO_GLOBAL.init('AHL');

1329: END IF;
1330: -- API body starts here
1331:
1332: -- MOAC initialization.
1333: MO_GLOBAL.init('AHL');
1334:
1335: -- Validate UE id + ovn exist and corresponding NR is planned in PRD
1336: OPEN unit_effect_csr (p_ue_id);
1337: FETCH unit_effect_csr INTO l_ue_rec;