DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVENTS dependencies on HRI_OLTP_CONC_PARAM

Line 48: hri_oltp_conc_param.get_date_parameter_value

44: IF (g_refresh_start_date IS NULL OR
45: p_mthd_stage_code = 'PRE_PROCESS') THEN
46:
47: l_dbi_collection_start_date :=
48: hri_oltp_conc_param.get_date_parameter_value
49: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
50: p_process_table_name => 'HRI_MB_WRKFC_EVT_CT');
51:
52: -- If called for the first time set the defaulted parameters

Line 56: hri_oltp_conc_param.get_parameter_value

52: -- If called for the first time set the defaulted parameters
53: IF (p_mthd_stage_code = 'PRE_PROCESS') THEN
54:
55: g_full_refresh :=
56: hri_oltp_conc_param.get_parameter_value
57: (p_parameter_name => 'FULL_REFRESH',
58: p_process_table_name => 'HRI_MB_WRKFC_EVT_CT');
59:
60: -- Log defaulted parameters so the slave processes pick up