DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_MGRH dependencies on HRI_OLTP_CONC_PARAM

Line 107: hri_oltp_conc_param.get_date_parameter_value

103: IF (g_refresh_start_date IS NULL OR
104: p_mthd_stage_code = 'PRE_PROCESS') THEN
105:
106: l_dbi_collection_start_date :=
107: hri_oltp_conc_param.get_date_parameter_value
108: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
109: p_process_table_name => 'HRI_MDS_WRKFC_MGRH_C01_CT');
110:
111: -- If called for the first time set the defaulted parameters

Line 115: hri_oltp_conc_param.get_parameter_value

111: -- If called for the first time set the defaulted parameters
112: IF (p_mthd_stage_code = 'PRE_PROCESS') THEN
113:
114: g_full_refresh :=
115: hri_oltp_conc_param.get_parameter_value
116: (p_parameter_name => 'FULL_REFRESH',
117: p_process_table_name => 'HRI_MDS_WRKFC_MGRH_C01_CT');
118:
119: -- Log defaulted parameters so the slave processes pick up