DBA Data[Home] [Help]

APPS.MSC_ANALYSIS_PKG dependencies on FND_PROFILE

Line 1092: if(fnd_profile.value('MSC_IO_UI_PERF_TUNE')='Y') then

1088: return;
1089: end if;
1090: l_round := get_valid_rounding(arg_round, -23453);
1091:
1092: if(fnd_profile.value('MSC_IO_UI_PERF_TUNE')='Y') then
1093: g_perf_profile_on := TRUE;
1094: else
1095: g_perf_profile_on := FALSE;
1096: end if;

Line 1098: --put_line('MSC_IO_UI_PERF_TUNE ='||fnd_profile.value('MSC_IO_UI_PERF_TUNE'));

1094: else
1095: g_perf_profile_on := FALSE;
1096: end if;
1097:
1098: --put_line('MSC_IO_UI_PERF_TUNE ='||fnd_profile.value('MSC_IO_UI_PERF_TUNE'));
1099: if(g_perf_profile_on) then
1100: l_from := ' from msc_cost_breakdown_notpcost_v ';
1101: else
1102: l_from := ' from msc_cost_breakdown_v ';

Line 1561: if(fnd_profile.value('MSC_IO_UI_PERF_TUNE')='Y') then

1557: l_order_type varchar2(20);
1558:
1559: begin
1560:
1561: if(fnd_profile.value('MSC_IO_UI_PERF_TUNE')='Y') then
1562: g_perf_profile_on := TRUE;
1563: else
1564: g_perf_profile_on := FALSE;
1565: end if;