DBA Data[Home] [Help]

APPS.EDW_NAEDW_PUSH dependencies on FND_PROFILE

Line 1196: if fnd_profile.value('EDW_DEBUG')='Y' then

1192: g_conc_program_name:='EDW_NAEDW_PUSH';
1193: EDW_OWB_COLLECTION_UTIL.init_all(g_conc_program_name,null,'bis.edw.loader');
1194: write_to_log_file_n('Finished setting up the log file');
1195: if g_debug is null then
1196: if fnd_profile.value('EDW_DEBUG')='Y' then
1197: g_debug:=true;--look at the profile value for this
1198: else
1199: g_debug:=false;
1200: end if;