DBA Data[Home] [Help]

APPS.JA_TH_AR_AUTO_INVOICE dependencies on STANDARD

Line 29: arp_standard.debug('ja_th_auto_invoice.validate_tax_invoice()+');

25: validation2 NUMBER;
26: validation3 NUMBER;
27:
28: BEGIN
29: arp_standard.debug('ja_th_auto_invoice.validate_tax_invoice()+');
30:
31: return_code := 1;
32:
33: FOR h IN tax_invoice_headers(p_request_id)

Line 69: arp_standard.debug('ja_th_auto_invoice.validate_tax_invoice()-');

65: END IF;
66:
67: END LOOP;
68:
69: arp_standard.debug('ja_th_auto_invoice.validate_tax_invoice()-');
70:
71: return(return_code);
72:
73: EXCEPTION

Line 76: arp_standard.debug('-- Return From Exception when others');

72:
73: EXCEPTION
74: WHEN others THEN
75:
76: arp_standard.debug('-- Return From Exception when others');
77: arp_standard.debug('-- Return Code: 0');
78: arp_standard.debug('ja_th_auto_invoice.validate_gdff()-');
79:
80: return(0);

Line 77: arp_standard.debug('-- Return Code: 0');

73: EXCEPTION
74: WHEN others THEN
75:
76: arp_standard.debug('-- Return From Exception when others');
77: arp_standard.debug('-- Return Code: 0');
78: arp_standard.debug('ja_th_auto_invoice.validate_gdff()-');
79:
80: return(0);
81:

Line 78: arp_standard.debug('ja_th_auto_invoice.validate_gdff()-');

74: WHEN others THEN
75:
76: arp_standard.debug('-- Return From Exception when others');
77: arp_standard.debug('-- Return Code: 0');
78: arp_standard.debug('ja_th_auto_invoice.validate_gdff()-');
79:
80: return(0);
81:
82: END validate_tax_invoice;