DBA Data[Home] [Help]

APPS.HRI_OPL_REC_CAND_PIPLN dependencies on FND_GLOBAL

Line 421: g_user := fnd_global.user_id;

417: -- If parameters haven't already been set, then set them
418: IF (p_mthd_action_id = -1) THEN
419:
420: g_sysdate := sysdate;
421: g_user := fnd_global.user_id;
422:
423: OPEN pow1_csr;
424: FETCH pow1_csr INTO g_pow1_no_months, g_pow1_no_days;
425: CLOSE pow1_csr;

Line 457: g_user := fnd_global.user_id;

453: g_refresh_start_date := g_mthd_action_array.collect_from_date;
454: g_refresh_to_date := g_mthd_action_array.collect_to_date;
455: g_full_refresh := g_mthd_action_array.full_refresh_flag;
456: g_sysdate := sysdate;
457: g_user := fnd_global.user_id;
458: g_dbi_start_date := hri_bpl_parameter.get_bis_global_start_date;
459: g_debug := FALSE;
460:
461: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);