DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on ARP_VIEW_CONSTANTS

Line 4767: arp_view_constants.set_ps_selected_in_batch('Y');

4763: /*--------------------------------------------------
4764: Set the variable so that ar_open_trx_v will NOT
4765: excecute ps.selected_for_receipt_batch_id is null
4766: ---------------------------------------------------*/
4767: arp_view_constants.set_ps_selected_in_batch('Y');
4768:
4769: IF PG_DEBUG in ('Y', 'C') THEN
4770: arp_debug.debug( 'Opening receipt application cursor');
4771: END IF;

Line 5064: arp_view_constants.set_ps_selected_in_batch( null);

5060:
5061: CLOSE appl_rec_cur;
5062:
5063: /* reset the variable back to null */
5064: arp_view_constants.set_ps_selected_in_batch( null);
5065:
5066: /* CALL TO CONTROL_CHECK to detect bad receipts */
5067: control_check ( p_batch_id => p_batch_id ,
5068: p_gt_id => l_gt_id );