DBA Data[Home] [Help]

APPS.ARP_CUST_ALT_MATCH_PKG dependencies on STANDARD

Line 39: arp_standard.debug('EXCEPTION: arp_cust_alt_match_pkg.delete_match');

35: END IF;
36: EXCEPTION
37: WHEN OTHERS THEN
38: IF PG_DEBUG in ('Y', 'C') THEN
39: arp_standard.debug('EXCEPTION: arp_cust_alt_match_pkg.delete_match');
40: END IF;
41: RAISE;
42: END delete_match;
43: --

Line 104: arp_standard.debug('EXCEPTION: arp_cust_alt_match_pkg.insert_match');

100:
101: EXCEPTION
102: WHEN OTHERS THEN
103: IF PG_DEBUG in ('Y', 'C') THEN
104: arp_standard.debug('EXCEPTION: arp_cust_alt_match_pkg.insert_match');
105: END IF;
106: RAISE;
107:
108: END insert_match;

Line 147: arp_standard.debug('update_pay_term_id: ' || 'EXCEPTION: arp_cust_alt_match_pkg.update_pay_term');

143:
144: EXCEPTION
145: WHEN OTHERS THEN
146: IF PG_DEBUG in ('Y', 'C') THEN
147: arp_standard.debug('update_pay_term_id: ' || 'EXCEPTION: arp_cust_alt_match_pkg.update_pay_term');
148: END IF;
149:
150: END update_pay_term_id;
151: --

Line 180: arp_standard.debug('EXCEPTION: arp_cust_alt_match_pkg.lock_match');

176:
177: EXCEPTION
178: WHEN OTHERS THEN
179: IF PG_DEBUG in ('Y', 'C') THEN
180: arp_standard.debug('EXCEPTION: arp_cust_alt_match_pkg.lock_match');
181: END IF;
182: END lock_match;
183: --
184: --