DBA Data[Home] [Help]

APPS.MSC_HP_UTIL dependencies on FND_PROFILE

Line 11: l_calendar_code := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR'); -- l_calendar_code

7: function get_calendar_code(p_plan_id number) return varchar2
8: is
9: l_calendar_code varchar2(20);
10: begin
11: l_calendar_code := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR'); -- l_calendar_code
12: if (l_calendar_code is null) then
13: select mtp.calendar_code
14: into l_calendar_code
15: from msc_trading_partners mtp, msc_plans mp