DBA Data[Home] [Help]

APPS.AR_CUSTOM_CONTRACT_API dependencies on AR_CUSTOM_CONTRACT_API

Line 1: PACKAGE BODY ar_custom_contract_api AS

1: PACKAGE BODY ar_custom_contract_api AS
2: /* $Header: ARXRMCCB.pls 115.2 2003/11/21 16:32:52 mraymond noship $ */
3:
4:
5: pg_debug VARCHAR2(1) := NVL(fnd_profile.value('AFLOG_ENABLED'), 'N');

Line 34: 'ar_custom_contract_api.implemented_third_party()');

30: -- Change 'FALSE' to 'TRUE' if u have implemented
31: -- a third party contract solution.
32:
33: fnd_file.put_line(fnd_file.log,
34: 'ar_custom_contract_api.implemented_third_party()');
35:
36: RETURN FALSE;
37:
38: END implemented_third_party;

Line 91: 'ar_custom_contract_api.retrieve_Contract_info()+');

87:
88: BEGIN
89:
90: fnd_file.put_line(fnd_file.log,
91: 'ar_custom_contract_api.retrieve_Contract_info()+');
92:
93: IF pg_debug IN ('Y', 'C') THEN
94: fnd_file.put_line(fnd_file.log, '*** parameters ***');
95: fnd_file.put_line(fnd_file.log, ' p_customer_trx_id : ' ||

Line 134: 'ar_custom_contract_api.retrieve_Contract_info()-');

130: -- If you are writing custom logic here then you must first change
131: -- value to TRUE in the function third_party_implemented.
132:
133: fnd_file.put_line(fnd_file.log,
134: 'ar_custom_contract_api.retrieve_Contract_info()-');
135:
136: EXCEPTION
137:
138: WHEN NO_DATA_FOUND THEN

Line 159: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');

155: null;
156:
157: EXCEPTION
158: WHEN NO_DATA_FOUND THEN
159: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');
160: RAISE;
161:
162: WHEN OTHERS THEN
163: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');

Line 163: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');

159: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');
160: RAISE;
161:
162: WHEN OTHERS THEN
163: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');
164: RAISE;
165:
166: END ar_custom_contract_api;

Line 166: END ar_custom_contract_api;

162: WHEN OTHERS THEN
163: arp_standard.debug('EXCEPTION: ar_custom_contract_api.initialize');
164: RAISE;
165:
166: END ar_custom_contract_api;