DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on ARP_BR_REMIT_BATCHES

Line 515: ARP_BR_REMIT_BATCHES.cancel_remit(p_batch_id,l_batch_applied_status);

511: FND_MESSAGE.set_name('AR','AR_BR_CANNOT_CANCEL_REMIT');
512: APP_EXCEPTION.raise_exception;
513: END IF;
514:
515: ARP_BR_REMIT_BATCHES.cancel_remit(p_batch_id,l_batch_applied_status);
516:
517: -- the batch row is updated in the procedure ARP_BR_REMIT_BATCHES.cancel_remit
518: -- with the status set to 'CL', the control count and the control amount set to zero
519: -- and the batch applied status set to 'completed_cancellation'

Line 517: -- the batch row is updated in the procedure ARP_BR_REMIT_BATCHES.cancel_remit

513: END IF;
514:
515: ARP_BR_REMIT_BATCHES.cancel_remit(p_batch_id,l_batch_applied_status);
516:
517: -- the batch row is updated in the procedure ARP_BR_REMIT_BATCHES.cancel_remit
518: -- with the status set to 'CL', the control count and the control amount set to zero
519: -- and the batch applied status set to 'completed_cancellation'
520:
521: FND_FILE.PUT_LINE(FND_FILE.LOG,'-------------- ACTION CANCEL ---------------');