DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AP_PKG dependencies on MO_GLOBAL

Line 767: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);

763:
764: IF P_CALLING_REPORT IS NOT NULL THEN --A1
765:
766: /* commented during UT TEST
767: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);
768: */
769: -- Populate data for the other two sections
770:
771: /* added during UT */

Line 774: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);

770:
771: /* added during UT */
772: l_country_code := jg_zz_shared_pkg.GET_COUNTRY;
773: if l_country_code is null then
774: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);
775: end if;
776:
777: if g_debug = true then fnd_file.put_line(fnd_file.log, 'l_country_code:'||l_country_code); end if;
778:

Line 1505: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);

1501: BEGIN
1502: /* added during UT */
1503: l_country_code := jg_zz_shared_pkg.GET_COUNTRY;
1504: if l_country_code is null then
1505: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);
1506: end if;
1507:
1508: IF l_country_code = 'PL' THEN
1509: G_SEQ_NO := G_SEQ_NO + 1;