DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_SUPPLY_RES_PVT

Line 139: gme_supply_res_pvt.delete_prod_supply_resv (

135: || ':'
136: || ' Call delete_prod_supply_resv');
137: END IF;
138:
139: gme_supply_res_pvt.delete_prod_supply_resv (
140: p_matl_dtl_rec => l_material_details_tab(i)
141: ,x_msg_count => l_message_count
142: ,x_msg_data => l_message_data
143: ,x_return_status => x_return_status);