DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_HEADER dependencies on ARP_CTL_PKG

Line 291: arp_ctl_pkg.delete_f_ct_id(p_customer_trx_id);

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);
295:

Line 345: arp_ctl_pkg.lock_f_ct_id(p_customer_trx_id);

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);
349: