DBA Data[Home] [Help]

APPS.ARP_PROC_TRANSACTION_HISTORY dependencies on ARP_PROCESS_BR_HEADER

Line 113: arp_process_br_header.lock_transaction(p_trh_rec.customer_trx_id);

109: /*--------------------------------------------------+
110: | Lock rows in other tables that reference this |
111: | customer_trx_id |
112: +--------------------------------------------------*/
113: arp_process_br_header.lock_transaction(p_trh_rec.customer_trx_id);
114:
115: /*----------------------------------------+
116: | fetch previous record if one exists |
117: +----------------------------------------*/

Line 478: arp_process_br_header.lock_transaction(l_customer_trx_id);

474:
475: /*-----------------------------------------------------------------+
476: | Lock rows in other tables that reference this customer_trx_id |
477: +-----------------------------------------------------------------*/
478: arp_process_br_header.lock_transaction(l_customer_trx_id);
479:
480: /*----------------------+
481: | call table-handler |
482: +----------------------*/