DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_SUPPLY_RES_PVT

Line 3770: gme_supply_res_pvt.relieve_prod_supply_resv (

3766: l_mtl_dtl_rec.dtl_um <> l_db_mtl_dtl_rec.dtl_um) THEN
3767: IF nvl(g_debug, gme_debug.g_log_procedure + 1) <= gme_debug.g_log_procedure THEN
3768: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Invoking relieve_prod_supply_resv' );
3769: END IF;
3770: gme_supply_res_pvt.relieve_prod_supply_resv (
3771: p_matl_dtl_rec => l_mtl_dtl_rec
3772: ,x_msg_count => l_message_count
3773: ,x_msg_data => l_message_list
3774: ,x_return_status => x_return_status);

Line 4700: gme_supply_res_pvt.delete_prod_supply_resv (

4696: IF NVL(p_material_detail_rec.line_type,0) <> -1 THEN
4697: IF nvl(g_debug, gme_debug.g_log_procedure + 1) <= gme_debug.g_log_procedure THEN
4698: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Invoking delete_prod_supply_resv' );
4699: END IF;
4700: gme_supply_res_pvt.delete_prod_supply_resv (
4701: p_matl_dtl_rec => p_material_detail_rec
4702: ,x_msg_count => l_message_count
4703: ,x_msg_data => l_message_list
4704: ,x_return_status => x_return_status);