DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_SUPPLY_RES_PVT

Line 109: gme_supply_res_pvt.delete_prod_supply_resv (

105: || ':'
106: || ' Call delete_prod_supply_resv');
107: END IF;
108:
109: gme_supply_res_pvt.delete_prod_supply_resv (
110: p_matl_dtl_rec => l_material_details_tab(i)
111: ,x_msg_count => l_message_count
112: ,x_msg_data => l_message_data
113: ,x_return_status => x_return_status);