DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on HRI_OLTP_CONC_PARAM

Line 4785: g_dbi_collection_start_date := hri_oltp_conc_param.get_date_parameter_value

4781:
4782: -- If parameters haven't already been set, then set them
4783: IF (g_refresh_start_date IS NULL) THEN
4784:
4785: g_dbi_collection_start_date := hri_oltp_conc_param.get_date_parameter_value
4786: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
4787: p_process_table_name => 'HRI_MB_ASGN_EVENTS_CT');
4788:
4789: -- If called for the first time set the defaulted parameters

Line 4792: g_full_refresh := hri_oltp_conc_param.get_parameter_value

4788:
4789: -- If called for the first time set the defaulted parameters
4790: IF (p_mthd_stage_code = 'PRE_PROCESS') THEN
4791:
4792: g_full_refresh := hri_oltp_conc_param.get_parameter_value
4793: (p_parameter_name => 'FULL_REFRESH',
4794: p_process_table_name => 'HRI_MB_ASGN_EVENTS_CT');
4795:
4796: -- Log defaulted parameters so the slave processes pick up