DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AP_PKG dependencies on MO_GLOBAL

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

1176:
1177: IF P_CALLING_REPORT IS NOT NULL THEN --A1
1178:
1179: /* commented during UT TEST
1180: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);
1181: */
1182: -- Populate data for the other two sections
1183:
1184: /* added during UT */

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

1183:
1184: /* added during UT */
1185: l_country_code := jg_zz_shared_pkg.GET_COUNTRY;
1186: if l_country_code is null then
1187: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);
1188: end if;
1189:
1190: if g_debug = true then fnd_file.put_line(fnd_file.log, 'l_country_code:'||l_country_code); end if;
1191:

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

2100: BEGIN
2101: /* added during UT */
2102: l_country_code := jg_zz_shared_pkg.GET_COUNTRY;
2103: if l_country_code is null then
2104: l_country_code := jg_zz_shared_pkg.GET_COUNTRY(mo_global.get_current_org_id);
2105: end if;
2106:
2107: IF l_country_code = 'PL' THEN
2108: G_SEQ_NO := G_SEQ_NO + 1;