DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_ABSNC dependencies on HRI_OLTP_CONC_PARAM

Line 68: hri_oltp_conc_param.get_date_parameter_value

64: IF (g_refresh_start_date IS NULL OR
65: p_mthd_stage_code = 'PRE_PROCESS') THEN
66:
67: l_dbi_collection_start_date :=
68: hri_oltp_conc_param.get_date_parameter_value
69: (p_parameter_name => 'FULL_REFRESH_FROM_DATE',
70: p_process_table_name => 'HRI_MDP_SUP_ABSNC_OCC_CT');
71:
72: -- If called for the first time set the defaulted parameters

Line 76: hri_oltp_conc_param.get_parameter_value

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