DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on ARP_VIEW_CONSTANTS

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

521: /*--------------------------------------------------
522: Set the variable so that ar_open_trx_v will NOT
523: excecute ps.selected_for_receipt_batch_id is null
524: ---------------------------------------------------*/
525: arp_view_constants.set_ps_selected_in_batch('Y');
526:
527:
528:
529: /* INITILIAZE the OUT variables */

Line 604: arp_view_constants.set_ps_selected_in_batch( null);

600:
601: END LOOP;
602:
603: /* reset the variable back to null */
604: arp_view_constants.set_ps_selected_in_batch( null);
605:
606: END;
607:
608: