DBA Data[Home] [Help]

APPS.MSC_HUB_CALENDAR dependencies on FND_PROFILE

Line 98: l_calendar_Code := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');

94: -- if it set, l_calendar_code = MSC_BKT_REFERENCE_CALENDAR
95: -- otherwise, l_calendar_code = owning org's calendar
96:
97:
98: l_calendar_Code := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');
99: if (l_calendar_code is null) then
100: select mtp.calendar_code into l_calendar_code
101: from msc_trading_partners mtp, msc_plans mp
102: where mtp.sr_tp_id = mp.organization_id

Line 325: l_calendar_Code := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');

321: -- if it set, l_calendar_code = MSC_BKT_REFERENCE_CALENDAR
322: -- otherwise, l_calendar_code = owning org's calendar
323:
324:
325: l_calendar_Code := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');
326: if (l_calendar_code is null) then
327: select mtp.calendar_code into l_calendar_code
328: from msc_trading_partners mtp, msc_plans mp
329: where mtp.sr_tp_id = mp.organization_id