DBA Data[Home] [Help]

APPS.JA_TH_AR_TAX_INVOICE dependencies on STANDARD

Line 36: arp_standard.debug('-- Found exception in ja_th_ar_tax_invoice.' ||

32: return(TRUE);
33:
34: EXCEPTION
35: WHEN cannot_insert_error THEN
36: arp_standard.debug('-- Found exception in ja_th_ar_tax_invoice.' ||
37: p_validation_name);
38: arp_standard.debug('-- Cannot insert the error record into ' ||
39: 'ra_interface_errors.');
40: return(FALSE);

Line 38: arp_standard.debug('-- Cannot insert the error record into ' ||

34: EXCEPTION
35: WHEN cannot_insert_error THEN
36: arp_standard.debug('-- Found exception in ja_th_ar_tax_invoice.' ||
37: p_validation_name);
38: arp_standard.debug('-- Cannot insert the error record into ' ||
39: 'ra_interface_errors.');
40: return(FALSE);
41:
42: WHEN others THEN

Line 43: arp_standard.debug('-- Found exception in ' ||

39: 'ra_interface_errors.');
40: return(FALSE);
41:
42: WHEN others THEN
43: arp_standard.debug('-- Found exception in ' ||
44: 'ja_th_ar_tax_invoice.insert_interface_errors.');
45: arp_standard.debug('-- ' || SQLERRM);
46:
47: return(FALSE);

Line 45: arp_standard.debug('-- ' || SQLERRM);

41:
42: WHEN others THEN
43: arp_standard.debug('-- Found exception in ' ||
44: 'ja_th_ar_tax_invoice.insert_interface_errors.');
45: arp_standard.debug('-- ' || SQLERRM);
46:
47: return(FALSE);
48:
49: END insert_interface_errors;

Line 96: arp_standard.debug('-- Found exception in ' ||

92: EXCEPTION
93:
94: WHEN OTHERS THEN
95: IF p_created_from = 'RAXTRX' THEN
96: arp_standard.debug('-- Found exception in ' ||
97: 'ja_th_ar_tax_invoice.validate_trx_date.');
98: arp_standard.debug('-- ' || SQLERRM);
99: return(-1);
100: ELSIF p_created_from = 'ARXTWMAI' THEN

Line 98: arp_standard.debug('-- ' || SQLERRM);

94: WHEN OTHERS THEN
95: IF p_created_from = 'RAXTRX' THEN
96: arp_standard.debug('-- Found exception in ' ||
97: 'ja_th_ar_tax_invoice.validate_trx_date.');
98: arp_standard.debug('-- ' || SQLERRM);
99: return(-1);
100: ELSIF p_created_from = 'ARXTWMAI' THEN
101: return(0);
102: END IF;

Line 203: arp_standard.debug('-- Found exception in ' ||

199: EXCEPTION
200:
201: WHEN others THEN
202: IF p_created_from = 'RAXTRX' THEN
203: arp_standard.debug('-- Found exception in ' ||
204: 'ja_th_ar_tax_invoice.update_last_issued_date.');
205: arp_standard.debug('-- ' || SQLERRM);
206: return(-1);
207: ELSIF p_created_from = 'ARXTWMAI' THEN

Line 205: arp_standard.debug('-- ' || SQLERRM);

201: WHEN others THEN
202: IF p_created_from = 'RAXTRX' THEN
203: arp_standard.debug('-- Found exception in ' ||
204: 'ja_th_ar_tax_invoice.update_last_issued_date.');
205: arp_standard.debug('-- ' || SQLERRM);
206: return(-1);
207: ELSIF p_created_from = 'ARXTWMAI' THEN
208: return(0);
209: END IF;