DBA Data[Home] [Help]

APPS.JA_ZZ_AR_AUTO_INVOICE dependencies on FND_PROFILE

Line 36: l_country_code := fnd_profile.value ('JGZZ_COUNTRY_CODE');

32: -- Let's assume everything is OK --
33: ------------------------------------------------------------
34: l_return_code := 1;
35:
36: l_country_code := fnd_profile.value ('JGZZ_COUNTRY_CODE');
37:
38: IF l_country_code = 'TW' THEN
39: l_return_code := ja_tw_ar_auto_invoice.validate_gdff(
40: l_request_id);

Line 87: l_country_code := FND_PROFILE.VALUE('JGZZ_COUNTRY_CODE');

83:
84: l_batch_source_id := p_batch_source_id;
85: l_trx_number := p_trx_number;
86:
87: l_country_code := FND_PROFILE.VALUE('JGZZ_COUNTRY_CODE');
88:
89: IF l_country_code = 'TW' THEN
90: l_trx_number := ja_tw_ar_auto_invoice.trx_num_upd(
91: l_batch_source_id