DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_HEADER dependencies on ARP_CT_PKG

Line 58: arp_ct_pkg.insert_p(p_trx_rec, p_trx_number, p_customer_trx_id);

54: /*----------------------+
55: | call table-handler |
56: +----------------------*/
57:
58: arp_ct_pkg.insert_p(p_trx_rec, p_trx_number, p_customer_trx_id);
59:
60: /*------------------------------------------------+
61: | Create the firs transaction history record |
62: | with status of 'INCOMPLETE' |

Line 163: arp_ct_pkg.update_p(p_trx_rec, p_customer_trx_id);

159: /*----------------------+
160: | call table-handler |
161: +----------------------*/
162:
163: arp_ct_pkg.update_p(p_trx_rec, p_customer_trx_id);
164:
165: /*----------------------------------------------------------------------+
166: | Disputing is handled by updating the PS using PS entity handlers |
167: +----------------------------------------------------------------------*/

Line 290: arp_ct_pkg.delete_p(p_customer_trx_id);

286:
287: /*------------------------------------------------------------------+
288: | Delete rows in other tables that reference this customer_trx_id |
289: +------------------------------------------------------------------*/
290: arp_ct_pkg.delete_p(p_customer_trx_id);
291: arp_ctl_pkg.delete_f_ct_id(p_customer_trx_id);
292: arp_ps_pkg.delete_f_ct_id(p_customer_trx_id);
293: arp_process_br_header.delete_transaction_dist(p_customer_trx_id);
294: arp_transaction_history_pkg.delete_p(p_trx_id => p_customer_trx_id);

Line 344: arp_ct_pkg.lock_p(p_customer_trx_id);

340:
341: /*----------------------------------------------------------------+
342: | Lock rows in other tables that reference this customer_trx_id |
343: +----------------------------------------------------------------*/
344: arp_ct_pkg.lock_p(p_customer_trx_id);
345: arp_ctl_pkg.lock_f_ct_id(p_customer_trx_id);
346: arp_ps_pkg.lock_f_ct_id(p_customer_trx_id);
347: arp_adjustments_pkg.lock_f_ct_id(p_customer_trx_id);
348: arp_transaction_history_pkg.lock_f_trx_id(p_customer_trx_id);