DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_ORGH dependencies on HRI_OLTP_CONC_PARAM

Line 106: hri_oltp_conc_param.get_date_parameter_value

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

Line 114: hri_oltp_conc_param.get_parameter_value

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