DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on FND_LOOKUPS

Line 1172: from fnd_lookups

1168: -- Bug 14024932
1169:
1170: select meaning
1171: into l_reporting_mode_mng
1172: from fnd_lookups
1173: where lookup_type = 'JGZZ_REPORT_TYPE'
1174: and lookup_code = decode(l_reporting_mode, 'COPY', 'R','FINAL','F','P');
1175:
1176: if gv_debug then FND_FILE.PUT_LINE(FND_FILE.LOG,'3'); end if;