DBA Data[Home] [Help]

APPS.ARP_PROCESS_FREIGHT dependencies on ARP_TRX_VALIDATE

Line 228: arp_trx_validate.check_has_one_line(p_customer_trx_id);

224:
225: IF (p_complete_flag = 'Y')
226: THEN
227: -- ensure that this is not the last line to be deleted
228: arp_trx_validate.check_has_one_line(p_customer_trx_id);
229: END IF;
230:
231: arp_util.debug('arp_process_freight.validate_delete_freight()-');
232:

Line 405: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

401: p_status := 'OK';
402:
403: -- check form version to determine IF it is compatible with the
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:

Line 574: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

570: arp_util.debug('arp_process_freight.update_freight()+');
571:
572: -- check form version to determine IF it is compatible with the
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:

Line 738: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

734: --
735: -- check form version to determine IF it is compatible with the
736: -- entity handler.
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: