DBA Data[Home] [Help]

APPS.JA_ZZ_INVOICE_CREATE dependencies on AR_INVOICE_UTILS

Line 72: ar_invoice_utils.debug('Return value from ja_zz_invoice_create.'

68: l_return_code := ja_th_validate_gdff(l_request_id);
69: END IF;
70:
71: IF pg_debug = 'Y' THEN
72: ar_invoice_utils.debug('Return value from ja_zz_invoice_create.'
73: ||'validate_gdff() = '||TO_CHAR(l_return_code));
74: END IF;
75:
76: RETURN l_return_code;

Line 82: ar_invoice_utils.debug('-- Return From Exception when others');

78: EXCEPTION
79: WHEN OTHERS THEN
80:
81: IF pg_debug = 'Y' THEN
82: ar_invoice_utils.debug('-- Return From Exception when others');
83: ar_invoice_utils.debug('-- Return Code: 0');
84: ar_invoice_utils.debug('ja_zz_invoice_create.validate_gdff()-');
85: END IF;
86:

Line 83: ar_invoice_utils.debug('-- Return Code: 0');

79: WHEN OTHERS THEN
80:
81: IF pg_debug = 'Y' THEN
82: ar_invoice_utils.debug('-- Return From Exception when others');
83: ar_invoice_utils.debug('-- Return Code: 0');
84: ar_invoice_utils.debug('ja_zz_invoice_create.validate_gdff()-');
85: END IF;
86:
87: RETURN 0;

Line 84: ar_invoice_utils.debug('ja_zz_invoice_create.validate_gdff()-');

80:
81: IF pg_debug = 'Y' THEN
82: ar_invoice_utils.debug('-- Return From Exception when others');
83: ar_invoice_utils.debug('-- Return Code: 0');
84: ar_invoice_utils.debug('ja_zz_invoice_create.validate_gdff()-');
85: END IF;
86:
87: RETURN 0;
88:

Line 185: ar_invoice_utils.debug('-- ja_tw_validate_gdff.'

181: , t_interface_line_tbl.cust_trx_type_id(l_index)
182: , t_interface_line_tbl.trx_date(l_index))
183: THEN
184: IF pg_debug = 'Y' THEN
185: ar_invoice_utils.debug('-- ja_tw_validate_gdff.'
186: ||'val_interface_lines routine failed');
187: END IF;
188:
189: l_return_code := 0;

Line 194: ar_invoice_utils.debug('Return value from ja_tw_validate_gdff.'

190: END IF;
191: END LOOP;
192:
193: IF pg_debug = 'Y' THEN
194: ar_invoice_utils.debug('Return value from ja_tw_validate_gdff.'
195: ||'ja_tw_validate_gdff() = '||TO_CHAR(l_return_code));
196: END IF;
197:
198: RETURN l_return_code;

Line 204: ar_invoice_utils.debug('-- Return From Exception when others');

200: EXCEPTION
201: WHEN OTHERS THEN
202:
203: IF pg_debug = 'Y' THEN
204: ar_invoice_utils.debug('-- Return From Exception when others');
205: ar_invoice_utils.debug('-- Return Code: 0');
206: ar_invoice_utils.debug('ja_zz_invoice_create.ja_tw_validate_gdff()-');
207: END IF;
208:

Line 205: ar_invoice_utils.debug('-- Return Code: 0');

201: WHEN OTHERS THEN
202:
203: IF pg_debug = 'Y' THEN
204: ar_invoice_utils.debug('-- Return From Exception when others');
205: ar_invoice_utils.debug('-- Return Code: 0');
206: ar_invoice_utils.debug('ja_zz_invoice_create.ja_tw_validate_gdff()-');
207: END IF;
208:
209: RETURN 0;

Line 206: ar_invoice_utils.debug('ja_zz_invoice_create.ja_tw_validate_gdff()-');

202:
203: IF pg_debug = 'Y' THEN
204: ar_invoice_utils.debug('-- Return From Exception when others');
205: ar_invoice_utils.debug('-- Return Code: 0');
206: ar_invoice_utils.debug('ja_zz_invoice_create.ja_tw_validate_gdff()-');
207: END IF;
208:
209: RETURN 0;
210:

Line 396: ar_invoice_utils.debug('-- Found an exception at ' ||l_debug_loc||'.');

392: WHEN auto_trx_num_no THEN
393: RETURN TRUE;
394: WHEN OTHERS THEN
395: IF pg_debug ='Y' THEN
396: ar_invoice_utils.debug('-- Found an exception at ' ||l_debug_loc||'.');
397: ar_invoice_utils.debug('-- ' ||SQLERRM);
398: END IF;
399:
400: RETURN FALSE;

Line 397: ar_invoice_utils.debug('-- ' ||SQLERRM);

393: RETURN TRUE;
394: WHEN OTHERS THEN
395: IF pg_debug ='Y' THEN
396: ar_invoice_utils.debug('-- Found an exception at ' ||l_debug_loc||'.');
397: ar_invoice_utils.debug('-- ' ||SQLERRM);
398: END IF;
399:
400: RETURN FALSE;
401: END;

Line 463: ar_invoice_utils.debug('ja_th_validate_gdff()+');

459:
460: pg_debug := nvl(fnd_profile.value('AFLOG_ENABLED'),'N');
461:
462: IF pg_debug = 'Y' THEN
463: ar_invoice_utils.debug('ja_th_validate_gdff()+');
464: END IF;
465:
466: return_code := 1;
467:

Line 528: ar_invoice_utils.debug('ja_th_validate_gdff()-');

524:
525: END LOOP;
526:
527: IF pg_debug = 'Y' THEN
528: ar_invoice_utils.debug('ja_th_validate_gdff()-');
529: END IF;
530:
531: return(return_code);
532:

Line 537: ar_invoice_utils.debug('-- Return From Exception when others');

533: EXCEPTION
534: WHEN others THEN
535:
536: IF pg_debug = 'Y' THEN
537: ar_invoice_utils.debug('-- Return From Exception when others');
538: ar_invoice_utils.debug('-- Return Code: 0');
539: ar_invoice_utils.debug('ja_th_validate_gdff()-');
540: END IF;
541:

Line 538: ar_invoice_utils.debug('-- Return Code: 0');

534: WHEN others THEN
535:
536: IF pg_debug = 'Y' THEN
537: ar_invoice_utils.debug('-- Return From Exception when others');
538: ar_invoice_utils.debug('-- Return Code: 0');
539: ar_invoice_utils.debug('ja_th_validate_gdff()-');
540: END IF;
541:
542: return(0);

Line 539: ar_invoice_utils.debug('ja_th_validate_gdff()-');

535:
536: IF pg_debug = 'Y' THEN
537: ar_invoice_utils.debug('-- Return From Exception when others');
538: ar_invoice_utils.debug('-- Return Code: 0');
539: ar_invoice_utils.debug('ja_th_validate_gdff()-');
540: END IF;
541:
542: return(0);
543: