DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on INV_GRADE_PKG

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

2502: --error out020
2503: --gml_sf_log('grade code is wrong');
2504: -- RAISE FND_API.G_EXC_ERROR;
2505: -- ELSE
2506: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2507: -- process data record
2508: -- , p_lot_number => l_lot_number
2509: INV_GRADE_PKG.UPDATE_GRADE
2510: ( p_organization_id => l_organization_id

Line 2509: INV_GRADE_PKG.UPDATE_GRADE

2505: -- ELSE
2506: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2507: -- process data record
2508: -- , p_lot_number => l_lot_number
2509: INV_GRADE_PKG.UPDATE_GRADE
2510: ( p_organization_id => l_organization_id
2511: , p_update_method => 2 -- (Manual)
2512: , p_inventory_item_id => l_inventory_item_id
2513: , p_from_grade_code => p_from_grade_code

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

2572: IF (p_from_grade_code <> get_curr_grade_rec.grade_code) THEN
2573: --xxxerror out
2574: RAISE SAMPLE_DISP_CHANGED;
2575: ELSE
2576: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2577: -- process data record
2578: INV_GRADE_PKG.UPDATE_GRADE
2579: ( p_organization_id => l_organization_id
2580: , p_update_method => 2 -- (Manual)

Line 2578: INV_GRADE_PKG.UPDATE_GRADE

2574: RAISE SAMPLE_DISP_CHANGED;
2575: ELSE
2576: -- Bug 4165704: Changed from call to inventory posting to INV_GRADE_PKG.UPDATE_GRADE
2577: -- process data record
2578: INV_GRADE_PKG.UPDATE_GRADE
2579: ( p_organization_id => l_organization_id
2580: , p_update_method => 2 -- (Manual)
2581: , p_inventory_item_id => l_inventory_item_id
2582: , p_from_grade_code => p_from_grade_code