DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_ORGH dependencies on FND_GLOBAL

Line 132: g_user := fnd_global.user_id;

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