DBA Data[Home] [Help]

APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on JG_ZZ_AR_AUTO_INVOICE

Line 1: PACKAGE BODY JG_ZZ_AR_AUTO_INVOICE AS

1: PACKAGE BODY JG_ZZ_AR_AUTO_INVOICE AS
2: /* $Header: jgzztnub.pls 120.0.12010000.3 2008/12/31 13:21:55 rsaini noship $ */
3:
4: Function Is_context_enabled (l_country_code In Varchar2) Return Boolean IS
5: l_exist Varchar2(30);

Line 94: l_debug_loc := 'jg_zz_ar_auto_invoice.trx_num_upd, country code TW';

90: fnd_profile.get('JGZZ_COUNTRY_CODE', l_country_code);
91: fnd_profile.get('ORG_ID',l_org_id);
92:
93: If l_country_code = 'TW' Then
94: l_debug_loc := 'jg_zz_ar_auto_invoice.trx_num_upd, country code TW';
95: Open C_Trx_lines(p_request_id);
96: Fetch C_Trx_lines Bulk Collect Into trx_number, customer_trx_id;
97: Close C_Trx_lines;
98:

Line 145: l_debug_loc := 'jg_zz_ar_auto_invoice.trx_num_upd, country code AR';

141: End If;
142:
143: Elsif l_country_code = 'AR' Then
144: fnd_profile.get('ORG_ID',f_org_id);
145: l_debug_loc := 'jg_zz_ar_auto_invoice.trx_num_upd, country code AR';
146: Open C_Trx_lines(p_request_id);
147: Fetch C_Trx_lines Bulk Collect Into trx_number, customer_trx_id;
148: Close C_Trx_lines;
149:

Line 352: End JG_ZZ_AR_AUTO_INVOICE;

348: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');
349: arp_standard.debug('-- ' || SQLERRM);
350: END;
351:
352: End JG_ZZ_AR_AUTO_INVOICE;
353: