DBA Data[Home] [Help]

APPS.MSC_PHUB_UTIL dependencies on FND_GLOBAL

Line 270: fnd_global.apps_initialize ( user_id => l_user_id, resp_id => l_resp_id, resp_appl_id => l_resp_app_id);

266: end if;
267: if (l_user_id is null or l_resp_id is null or l_resp_app_id is null) then
268: raise SECURITY_CONTEXT_INVALID;
269: end if;
270: fnd_global.apps_initialize ( user_id => l_user_id, resp_id => l_resp_id, resp_appl_id => l_resp_app_id);
271: else
272: raise SECURITY_CONTEXT_INVALID;
273: end if;
274: end validate_icx_session;

Line 1025: fnd_global.user_id, sysdate,

1021: select
1022: l_qid_last_date,
1023: nvl(lag(calendar_date) over(order by calendar_date)+1, p_plan_start_date-1),
1024: calendar_date,
1025: fnd_global.user_id, sysdate,
1026: sysdate, fnd_global.user_id, fnd_global.login_id
1027: from msc_phub_dates_mv
1028: where calendar_date between p_plan_start_date and p_plan_cutoff_date
1029: and calendar_date in (mfg_week_end_date, fis_period_end_date, month_end_date, p_plan_cutoff_date);

Line 1026: sysdate, fnd_global.user_id, fnd_global.login_id

1022: l_qid_last_date,
1023: nvl(lag(calendar_date) over(order by calendar_date)+1, p_plan_start_date-1),
1024: calendar_date,
1025: fnd_global.user_id, sysdate,
1026: sysdate, fnd_global.user_id, fnd_global.login_id
1027: from msc_phub_dates_mv
1028: where calendar_date between p_plan_start_date and p_plan_cutoff_date
1029: and calendar_date in (mfg_week_end_date, fis_period_end_date, month_end_date, p_plan_cutoff_date);
1030: