DBA Data[Home] [Help]

APPS.MSC_HUB_CALENDAR dependencies on FND_PROFILE

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

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

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

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