DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_SUPPLY_RES_PVT

Line 3579: gme_supply_res_pvt.relieve_prod_supply_resv (

3575: l_mtl_dtl_rec.dtl_um <> l_db_mtl_dtl_rec.dtl_um) THEN
3576: IF nvl(g_debug, gme_debug.g_log_procedure + 1) <= gme_debug.g_log_procedure THEN
3577: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Invoking relieve_prod_supply_resv' );
3578: END IF;
3579: gme_supply_res_pvt.relieve_prod_supply_resv (
3580: p_matl_dtl_rec => l_mtl_dtl_rec
3581: ,x_msg_count => l_message_count
3582: ,x_msg_data => l_message_list
3583: ,x_return_status => x_return_status);

Line 4507: gme_supply_res_pvt.delete_prod_supply_resv (

4503: IF NVL(p_material_detail_rec.line_type,0) <> -1 THEN
4504: IF nvl(g_debug, gme_debug.g_log_procedure + 1) <= gme_debug.g_log_procedure THEN
4505: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Invoking delete_prod_supply_resv' );
4506: END IF;
4507: gme_supply_res_pvt.delete_prod_supply_resv (
4508: p_matl_dtl_rec => p_material_detail_rec
4509: ,x_msg_count => l_message_count
4510: ,x_msg_data => l_message_list
4511: ,x_return_status => x_return_status);