DBA Data[Home] [Help]

APPS.JG_EXTENDED_WITHHOLDING_PKG dependencies on FND_PROFILE

Line 48: fnd_profile.get('ORG_ID',l_ou_id);

44:
45: ------------------------
46: -- Get the Country Code
47: ------------------------
48: fnd_profile.get('ORG_ID',l_ou_id);
49: l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
50:
51: -------------------------------------------------
52: -- Execute the Argentine Withholding Tax Routine

Line 136: fnd_profile.get('ORG_ID',l_ou_id);

132:
133: ------------------------
134: -- Get the Country Code
135: ------------------------
136: fnd_profile.get('ORG_ID',l_ou_id);
137: l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
138:
139: -------------------------------------------------
140: -- Execute the Argentine Withholding Tax Routine

Line 209: fnd_profile.get('ORG_ID',l_ou_id);

205:
206: ------------------------
207: -- Get the Country Code
208: ------------------------
209: fnd_profile.get('ORG_ID',l_ou_id);
210: l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
211:
212: -------------------------------------------------
213: -- Execute the Argentine Withholding Tax Routine

Line 273: fnd_profile.get('ORG_ID',l_ou_id);

269: BEGIN
270: ------------------------
271: -- Get the Country Code
272: ------------------------
273: fnd_profile.get('ORG_ID',l_ou_id);
274: l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
275:
276: ------------------------------------------------
277: -- Execute the Argentine/Colombian Withholding

Line 333: fnd_profile.get('ORG_ID',l_ou_id);

329: BEGIN
330: ------------------------
331: -- Get the Country Code
332: ------------------------
333: fnd_profile.get('ORG_ID',l_ou_id);
334: l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
335:
336: -------------------------------------------------
337: -- Execute the Extended Matching Routine

Line 412: -- fnd_profile.get('ORG_ID',l_ou_id);

408: NULL;
409: ------------------------
410: -- Get the Country Code
411: ------------------------
412: -- fnd_profile.get('ORG_ID',l_ou_id);
413: -- l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
414:
415: -------------------------------------------------
416: -- Execute the Extended Insertion Routine

Line 493: fnd_profile.get('ORG_ID',l_ou_id);

489: l_calling_sequence := p_calling_sequence||'Jg_Ext_Withholding_Prepay';
490: ------------------------
491: -- Get the Country Code
492: ------------------------
493: fnd_profile.get('ORG_ID',l_ou_id);
494: l_country_code := jg_zz_shared_pkg.get_country(l_ou_id, NULL);
495:
496: ------------------------------------------------
497: -- Execute the Argentine/Colombian Withholding