DBA Data[Home] [Help]

APPS.MTL_CCEOI_ACTION_PUB dependencies on MTL_INV_UTIL_GRP

Line 1313: l_in_cc_entries := MTL_INV_UTIL_GRP.Exists_CC_Entries( l_expl_tbl(v_index).organization_id,

1309: AND inventory_item_id = l_expl_tbl(v_index).content_item_id
1310: AND parent_lpn_id = l_expl_tbl(v_index).parent_lpn_id
1311: AND cycle_count_header_id = p_interface_rec.cycle_count_header_id;*/
1312: --------------------
1313: l_in_cc_entries := MTL_INV_UTIL_GRP.Exists_CC_Entries( l_expl_tbl(v_index).organization_id,
1314: l_expl_tbl(v_index).parent_lpn_id,
1315: l_expl_tbl(v_index).content_item_id,
1316: l_expl_tbl(v_index).cost_group_id,
1317: l_expl_tbl(v_index).lot_number,

Line 1321: AND MTL_INV_UTIL_GRP.Exists_CC_Items(p_interface_rec.cycle_count_header_id,

1317: l_expl_tbl(v_index).lot_number,
1318: l_expl_tbl(v_index).revision,
1319: l_expl_tbl(v_index).serial_number);
1320: IF l_in_cc_entries OR ( l_unsched_allowed = 1
1321: AND MTL_INV_UTIL_GRP.Exists_CC_Items(p_interface_rec.cycle_count_header_id,
1322: l_expl_tbl(v_index).content_item_id) )
1323: THEN
1324:
1325: IF l_in_cc_entries THEN