DBA Data[Home] [Help]

APPS.EDW_INSTANCE_COLLECT dependencies on FND_PROFILE

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

65: g_number_rows_processed :=0;
66: G_CONC_PROGRAM_NAME:=g_dim_name||'_T';
67: g_object_type:='DIMENSION';
68: g_status_message:=' ';
69: if fnd_profile.value('EDW_DEBUG')='Y' then
70: g_debug:=true;--look at the profile value for this
71: else
72: g_debug:=false;
73: end if;