DBA Data[Home] [Help]

APPS.HZP_CUST_PKG dependencies on ARP_CUST_ALT_MATCH_PKG

Line 234: arp_cust_alt_match_pkg.lock_match(p_customer_id, NULL, l_lock_status);

230: CLOSE statuscur;
231:
232: IF (l_status = 'A') THEN
233:
234: arp_cust_alt_match_pkg.lock_match(p_customer_id, NULL, l_lock_status);
235:
236: IF (l_lock_status = 1) THEN
237: -- bug 928111: added alt_name for delete. but no way
238: -- to derive it from here so we are passing null.

Line 239: arp_cust_alt_match_pkg.delete_match(p_customer_id, NULL, NULL) ;

235:
236: IF (l_lock_status = 1) THEN
237: -- bug 928111: added alt_name for delete. but no way
238: -- to derive it from here so we are passing null.
239: arp_cust_alt_match_pkg.delete_match(p_customer_id, NULL, NULL) ;
240: END IF;
241: END IF;
242: END IF;
243: