DBA Data[Home] [Help]

APPS.INV_ROI_INTEGRATION_GRP dependencies on INV_CACHE

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

901: print_debug('p_unit_of_measure1 ' || p_transaction_unit_of_measure, 1);
902: print_debug('p_unit_of_measure2 ' || p_secondary_unit_of_measure, 1);
903: END IF;
904:
905: IF NOT (INV_CACHE.set_item_rec(p_to_organization_id, p_item_id)) THEN
906: RAISE INVALID_ITEM;
907: END IF;
908:
909: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/

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

906: RAISE INVALID_ITEM;
907: END IF;
908:
909: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/
910: IF (INV_CACHE.item_rec.secondary_default_ind = 'F') THEN
911: l_lot_secondary_quantity:= INV_CONVERT.inv_um_convert (
912: item_id => p_item_id
913: ,
914: lot_number => p_lot_number

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

1109: print_debug('p_unit_of_measure1 ' || p_transaction_unit_of_measure, 1);
1110: print_debug('p_unit_of_measure2 ' || p_secondary_unit_of_measure, 1);
1111: END IF;
1112:
1113: IF NOT (INV_CACHE.set_item_rec(p_to_organization_id, p_item_id)) THEN
1114: RAISE INVALID_ITEM;
1115: END IF;
1116:
1117: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/

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

1114: RAISE INVALID_ITEM;
1115: END IF;
1116:
1117: /* Bug 5365360 for a fixed type of item just recompute the lot secondary quantity)*/
1118: IF (INV_CACHE.item_rec.secondary_default_ind = 'F') THEN
1119: l_lot_secondary_quantity:= INV_CONVERT.inv_um_convert (
1120: item_id => p_item_id ,
1121: lot_number => p_lot_number ,
1122: organization_id => p_to_organization_id ,