DBA Data[Home] [Help]

APPS.MTL_CCEOI_ACTION_PUB dependencies on MTL_INV_UTIL_GRP

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

1408: AND inventory_item_id = l_expl_tbl(v_index).content_item_id
1409: AND parent_lpn_id = l_expl_tbl(v_index).parent_lpn_id
1410: AND cycle_count_header_id = p_interface_rec.cycle_count_header_id;*/
1411: --------------------
1412: l_in_cc_entries := MTL_INV_UTIL_GRP.Exists_CC_Entries( l_expl_tbl(v_index).organization_id,
1413: l_expl_tbl(v_index).parent_lpn_id,
1414: l_expl_tbl(v_index).content_item_id,
1415: l_expl_tbl(v_index).cost_group_id,
1416: l_expl_tbl(v_index).lot_number,

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

1416: l_expl_tbl(v_index).lot_number,
1417: l_expl_tbl(v_index).revision,
1418: l_expl_tbl(v_index).serial_number);
1419: IF l_in_cc_entries OR ( l_unsched_allowed = 1
1420: AND MTL_INV_UTIL_GRP.Exists_CC_Items(p_interface_rec.cycle_count_header_id,
1421: l_expl_tbl(v_index).content_item_id) )
1422: THEN
1423:
1424: IF l_in_cc_entries THEN