DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT dependencies on ARP_TRX_UTIL

Line 408: arp_trx_util.lock_transaction(p_frt_rec.customer_trx_id);

404: -- entity handler.
405: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
406:
407: -- Lock rows in other tables that reference this customer_trx_id
408: arp_trx_util.lock_transaction(p_frt_rec.customer_trx_id);
409:
410: --
411: -- !!!! NEED TO CHECK FOR OVERAPPLICATION FOR CMS !!!!
412: --

Line 577: arp_trx_util.lock_transaction(p_customer_trx_id);

573: -- entity handler.
574: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
575:
576: -- Lock rows in other tables that reference this customer_trx_id
577: arp_trx_util.lock_transaction(p_customer_trx_id);
578:
579: --
580: -- !!!! NEED TO CHECK FOR OVERAPPLICATION FOR CMs !!!!
581: --

Line 741: arp_trx_util.lock_transaction(p_customer_trx_id);

737: --
738: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
739:
740: -- Lock rows in other tables that reference this customer_trx_id
741: arp_trx_util.lock_transaction(p_customer_trx_id);
742:
743: -- do validation
744: arp_process_freight.validate_delete_freight(p_customer_trx_id,
745: p_customer_trx_line_id,