DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on INV_GRADE_PKG

Line 2764: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE

2760: --error out020
2761: --gml_sf_log('grade code is wrong');
2762: -- RAISE FND_API.G_EXC_ERROR;
2763: -- ELSE
2764: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2765: -- process data record
2766: -- , p_lot_number => l_lot_number
2767: INV_GRADE_PKG.UPDATE_GRADE
2768: ( p_organization_id => l_organization_id

Line 2767: INV_GRADE_PKG.UPDATE_GRADE

2763: -- ELSE
2764: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2765: -- process data record
2766: -- , p_lot_number => l_lot_number
2767: INV_GRADE_PKG.UPDATE_GRADE
2768: ( p_organization_id => l_organization_id
2769: , p_update_method => 2 -- (Manual)
2770: , p_inventory_item_id => l_inventory_item_id
2771: , p_from_grade_code => p_from_grade_code

Line 2834: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE

2830: IF (p_from_grade_code <> get_curr_grade_rec.grade_code) THEN
2831: --xxxerror out
2832: RAISE SAMPLE_DISP_CHANGED;
2833: ELSE
2834: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2835: -- process data record
2836: INV_GRADE_PKG.UPDATE_GRADE
2837: ( p_organization_id => l_organization_id
2838: , p_update_method => 2 -- (Manual)

Line 2836: INV_GRADE_PKG.UPDATE_GRADE

2832: RAISE SAMPLE_DISP_CHANGED;
2833: ELSE
2834: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2835: -- process data record
2836: INV_GRADE_PKG.UPDATE_GRADE
2837: ( p_organization_id => l_organization_id
2838: , p_update_method => 2 -- (Manual)
2839: , p_inventory_item_id => l_inventory_item_id
2840: , p_from_grade_code => p_from_grade_code