DBA Data[Home] [Help]

APPS.INV_ROI_INTEGRATION_GRP dependencies on INV_CACHE

Line 943: IF NOT (INV_CACHE.set_item_rec(p_to_organization_id, p_item_id)) THEN

939: print_debug('p_unit_of_measure1 ' || p_transaction_unit_of_measure, 1);
940: print_debug('p_unit_of_measure2 ' || p_secondary_unit_of_measure, 1);
941: END IF;
942:
943: IF NOT (INV_CACHE.set_item_rec(p_to_organization_id, p_item_id)) THEN
944: RAISE INVALID_ITEM;
945: END IF;
946:
947: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/

Line 948: IF (INV_CACHE.item_rec.secondary_default_ind = 'F') THEN

944: RAISE INVALID_ITEM;
945: END IF;
946:
947: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/
948: IF (INV_CACHE.item_rec.secondary_default_ind = 'F') THEN
949: l_lot_secondary_quantity:= INV_CONVERT.inv_um_convert (
950: item_id => p_item_id
951: ,
952: lot_number => p_lot_number

Line 1150: IF NOT (INV_CACHE.set_item_rec(p_to_organization_id, p_item_id)) THEN

1146: print_debug('p_unit_of_measure1 ' || p_transaction_unit_of_measure, 1);
1147: print_debug('p_unit_of_measure2 ' || p_secondary_unit_of_measure, 1);
1148: END IF;
1149:
1150: IF NOT (INV_CACHE.set_item_rec(p_to_organization_id, p_item_id)) THEN
1151: RAISE INVALID_ITEM;
1152: END IF;
1153:
1154: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/

Line 1155: IF (INV_CACHE.item_rec.secondary_default_ind = 'F') THEN

1151: RAISE INVALID_ITEM;
1152: END IF;
1153:
1154: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/
1155: IF (INV_CACHE.item_rec.secondary_default_ind = 'F') THEN
1156: l_lot_secondary_quantity:= INV_CONVERT.inv_um_convert (
1157: item_id => p_item_id ,
1158: lot_number => p_lot_number ,
1159: organization_id => p_to_organization_id ,