DBA Data[Home] [Help]

APPS.ARH_ADDR_PKG dependencies on ARP_CUST_ALT_MATCH_PKG

Line 776: arp_cust_alt_match_pkg.lock_match ( p_customer_id, l_site_use_id ,

772: and site_use_code = 'BILL_TO'
773: and status = 'A';
774:
775: --
776: arp_cust_alt_match_pkg.lock_match ( p_customer_id, l_site_use_id ,
777: l_lock_status );
778: --
779: if ( l_lock_status = 1 ) then
780: --

Line 783: arp_cust_alt_match_pkg.delete_match ( p_customer_id, l_site_use_id , NULL) ;

779: if ( l_lock_status = 1 ) then
780: --
781: -- Bug 928111: added additional parameter alt_name to
782: -- since it is not derivable passing as null.
783: arp_cust_alt_match_pkg.delete_match ( p_customer_id, l_site_use_id , NULL) ;
784: --
785: end if;
786: --
787: end if;