DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_DELETE_BATCH_STEP_PVT

Line 1992: gme_delete_batch_step_pvt.delete_resource_transactions

1988: || TO_CHAR (p_batch_step_resources_rec.plan_rsrc_count) );
1989: END IF;
1990:
1991: /* Deletes all resource transactions for the current resource */
1992: gme_delete_batch_step_pvt.delete_resource_transactions
1993: (p_batch_step_resources_rec => p_batch_step_resources_rec
1994: ,x_return_status => l_return_status);
1995:
1996: IF l_return_status <> x_return_status THEN