DBA Data[Home] [Help]

APPS.GME_CONVERT_FPO_PVT dependencies on GME_CANCEL_BATCH_PVT

Line 1266: gme_cancel_batch_pvt.cancel_batch

1262: l_batch_header) THEN
1263: RAISE fetch_batch_err;
1264: END IF;
1265:
1266: gme_cancel_batch_pvt.cancel_batch
1267: (p_batch_header_rec => l_batch_header
1268: ,x_batch_header_rec => x_batch_header
1269: ,x_return_status => x_return_status);
1270: