DBA Data[Home] [Help]

APPS.ARP_PROC_TRANSACTION_HISTORY dependencies on ARP_TRANSACTION_HISTORY_PKG

Line 121: ARP_TRANSACTION_HISTORY_PKG.fetch_f_trx_id(l_old_trh_rec);

117: +----------------------------------------*/
118: IF previous_history_exists(p_trh_rec.customer_trx_id) THEN
119:
120: l_old_trh_rec.customer_trx_id := p_trh_rec.customer_trx_id;
121: ARP_TRANSACTION_HISTORY_PKG.fetch_f_trx_id(l_old_trh_rec);
122:
123: END IF;
124:
125: /*--------------------------------------------------+

Line 164: ARP_TRANSACTION_HISTORY_PKG.set_to_dummy(l_old_acctd_trh_rec);

160:
161: /*-----------------------------------------+
162: | Initialize the record with dummy values |
163: +-----------------------------------------*/
164: ARP_TRANSACTION_HISTORY_PKG.set_to_dummy(l_old_acctd_trh_rec);
165:
166: /*----------------------------+
167: | Set the flag to be updated |
168: +----------------------------*/

Line 224: arp_transaction_history_pkg.insert_p(p_trh_rec, p_transaction_history_id);

220: /*----------------------+
221: | call table-handler |
222: +----------------------*/
223:
224: arp_transaction_history_pkg.insert_p(p_trh_rec, p_transaction_history_id);
225:
226:
227:
228: /*--------------------------------------------+

Line 317: ARP_TRANSACTION_HISTORY_PKG.set_to_dummy(l_old_acctd_trh_rec);

313:
314: /*-----------------------------------------+
315: | Initialize the record with dummy values |
316: +-----------------------------------------*/
317: ARP_TRANSACTION_HISTORY_PKG.set_to_dummy(l_old_acctd_trh_rec);
318:
319: /*----------------------------+
320: | Set the flag to be updated |
321: +----------------------------*/

Line 484: arp_transaction_history_pkg.update_p(p_trh_rec, p_transaction_history_id);

480: /*----------------------+
481: | call table-handler |
482: +----------------------*/
483:
484: arp_transaction_history_pkg.update_p(p_trh_rec, p_transaction_history_id);
485:
486: /*-------------------------------------+
487: | None of MRC columns can be updated |
488: +-------------------------------------*/

Line 539: arp_transaction_history_pkg.lock_p(p_trh_id => p_transaction_history_id);

535:
536: /*--------------------------------+
537: | lock history record |
538: +-------------------------------*/
539: arp_transaction_history_pkg.lock_p(p_trh_id => p_transaction_history_id);
540:
541: /*--------------------------------+
542: | delete the history record |
543: +-------------------------------*/

Line 544: arp_transaction_history_pkg.delete_p(p_trh_id => p_transaction_history_id);

540:
541: /*--------------------------------+
542: | delete the history record |
543: +-------------------------------*/
544: arp_transaction_history_pkg.delete_p(p_trh_id => p_transaction_history_id);
545:
546: /*---------------------------------------------------+
547: | Delete all accounting related to the history row |
548: +---------------------------------------------------*/