DBA Data[Home] [Help]

APPS.HRI_OPL_REC_CAND_PIPLN dependencies on HRI_OLTP_CONC_PARAM

Line 431: hri_oltp_conc_param.get_date_parameter_value

427: ELSIF (g_refresh_start_date IS NULL OR
428: p_mthd_stage_code = 'PRE_PROCESS') THEN
429:
430: l_dbi_collection_start_date :=
431: hri_oltp_conc_param.get_date_parameter_value
432: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
433: p_process_table_name => 'HRI_MB_REC_CAND_PIPLN_CT');
434:
435: -- If called for the first time set the defaulted parameters

Line 439: hri_oltp_conc_param.get_parameter_value

435: -- If called for the first time set the defaulted parameters
436: IF (p_mthd_stage_code = 'PRE_PROCESS') THEN
437:
438: g_full_refresh :=
439: hri_oltp_conc_param.get_parameter_value
440: (p_parameter_name => 'FULL_REFRESH',
441: p_process_table_name => 'HRI_MB_REC_CAND_PIPLN_CT');
442:
443: -- Log defaulted parameters so the slave processes pick up