DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_ORGH dependencies on HRI_BPL_PARAMETER

Line 133: g_dbi_start_date := hri_bpl_parameter.get_bis_global_start_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');
137: l_last_qtr_start_date := trunc(g_refresh_to_date, 'Q');

Line 1108: g_dbi_start_date := hri_bpl_parameter.get_bis_global_start_date;

1104:
1105: g_full_refresh := p_full_refresh_flag;
1106: g_refresh_to_date := trunc(sysdate);
1107: g_sysdate := trunc(sysdate);
1108: g_dbi_start_date := hri_bpl_parameter.get_bis_global_start_date;
1109: l_first_qtr_start_date := trunc(g_dbi_start_date, 'Q');
1110: l_last_qtr_start_date := trunc(g_refresh_to_date, 'Q');
1111: g_no_qtrs_to_process := (MONTHS_BETWEEN(l_last_qtr_start_date,
1112: l_first_qtr_start_date) / 3) + 1;