DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on GME_DELETE_BATCH_STEP_PVT

Line 2102: gme_delete_batch_step_pvt.delete_resource_transactions

2098: || TO_CHAR (p_batch_step_resources_rec.plan_rsrc_count) );
2099: END IF;
2100:
2101: /* Deletes all resource transactions for the current resource */
2102: gme_delete_batch_step_pvt.delete_resource_transactions
2103: (p_batch_step_resources_rec => p_batch_step_resources_rec
2104: ,x_return_status => l_return_status);
2105:
2106: IF l_return_status <> x_return_status THEN