DBA Data[Home] [Help]

APPS.MSC_SDA_PKG dependencies on FND_PROFILE

Line 622: l_cal_code varchar2(250) := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');

618: and mpsd.period_start_date >= g_plan_start_date
619: and mpsd.period_start_date <= g_plan_end_date
620: order by 1;
621:
622: l_cal_code varchar2(250) := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');
623: l_cal_type number;
624:
625: l_date1 date;
626: l_date2 date;