DBA Data[Home] [Help]

APPS.ARH_CSU_PKG dependencies on ARP_CUST_ALT_MATCH_PKG

Line 159: arp_cust_alt_match_pkg.lock_match ( p_customer_id,

155:
156: --
157: if ( l_status = 'A' ) then
158: --
159: arp_cust_alt_match_pkg.lock_match ( p_customer_id,
160: p_site_use_id,
161: l_lock_status );
162: --
163: if ( l_lock_status = 1 ) then

Line 167: arp_cust_alt_match_pkg.delete_match ( p_customer_id,

163: if ( l_lock_status = 1 ) then
164: --
165: -- Fixed bug 928111: added alt_name to call, since
166: -- not derivable from this location, I am passing NULL
167: arp_cust_alt_match_pkg.delete_match ( p_customer_id,
168: p_site_use_id, NULL );
169: --
170: end if;
171: --