DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_MGRH dependencies on FND_GLOBAL

Line 133: g_user := fnd_global.user_id;

129: g_refresh_start_date := g_mthd_action_array.collect_from_date;
130: g_refresh_to_date := g_mthd_action_array.collect_to_date;
131: g_full_refresh := g_mthd_action_array.full_refresh_flag;
132: g_sysdate := sysdate;
133: g_user := fnd_global.user_id;
134: g_dbi_start_date := hri_bpl_parameter.get_bis_global_start_date;
135:
136: -- Calculate number of quarters to process
137: l_first_qtr_start_date := trunc(g_dbi_start_date, 'Q');