DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_SUPPLY_RES_PVT

Line 173: gme_supply_res_pvt.delete_batch_prod_supply_resv (

169: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' Invoking delete_prod_supply_resv for batch header' );
170: END IF;
171:
172: l_batch_header_rec := x_batch_header_rec;
173: gme_supply_res_pvt.delete_batch_prod_supply_resv (
174: p_batch_header_rec => l_batch_header_rec
175: ,x_msg_count => l_message_count
176: ,x_msg_data => l_message_list
177: ,x_return_status => x_return_status);