DBA Data[Home] [Help]

APPS.HRI_OPL_UTL_ABSNC_FACT dependencies on HRI_OLTP_CONC_PARAM

Line 64: hri_oltp_conc_param.get_date_parameter_value

60: IF (g_refresh_start_date IS NULL OR
61: p_mthd_stage_code = 'PRE_PROCESS') THEN
62:
63: g_dbi_collection_start_date :=
64: hri_oltp_conc_param.get_date_parameter_value
65: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
66: p_process_table_name => 'HRI_MB_UTL_ABSNC_CT');
67:
68: -- If called for the first time set the defaulted parameters

Line 72: hri_oltp_conc_param.get_parameter_value

68: -- If called for the first time set the defaulted parameters
69: IF (p_mthd_stage_code = 'PRE_PROCESS') THEN
70:
71: g_full_refresh :=
72: hri_oltp_conc_param.get_parameter_value
73: (p_parameter_name => 'FULL_REFRESH',
74: p_process_table_name => 'HRI_MB_UTL_ABSNC_CT');
75:
76: -- Log defaulted parameters so the slave processes pick up