DBA Data[Home] [Help]

APPS.HRI_OPL_UTL_ABSNC_DIM dependencies on HRI_OLTP_CONC_PARAM

Line 65: g_dbi_collection_start_date := hri_oltp_conc_param.get_date_parameter_value

61: -- If parameters haven't already been set, then set them
62: IF (g_refresh_start_date IS NULL OR
63: p_mthd_stage_code = 'PRE_PROCESS') THEN
64:
65: g_dbi_collection_start_date := hri_oltp_conc_param.get_date_parameter_value
66: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
67: p_process_table_name => 'HRI_CS_ABSENCE_CT');
68:
69: -- If called for the first time set the defaulted parameters

Line 72: g_full_refresh := hri_oltp_conc_param.get_parameter_value

68:
69: -- If called for the first time set the defaulted parameters
70: IF (p_mthd_stage_code = 'PRE_PROCESS') THEN
71:
72: g_full_refresh := hri_oltp_conc_param.get_parameter_value
73: (p_parameter_name => 'FULL_REFRESH',
74: p_process_table_name => 'HRI_CS_ABSENCE_CT');
75:
76: -- Log defaulted parameters so the slave processes pick up