DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_PARAM dependencies on HRI_MTDT_CONC_REQUEST

Line 59: IF (hri_mtdt_conc_request.is_table_owned_by_page

55: ELSE
56:
57: -- If the table is owned by a DBI page associated with the request set
58: -- then full refresh otherwise incremental
59: IF (hri_mtdt_conc_request.is_table_owned_by_page
60: (p_page_list => l_page_list,
61: p_table_name => p_process_table_name) = 'N') THEN
62: l_full_refresh := 'N';
63: ELSE

Line 90: IF (hri_mtdt_conc_request.is_core_hri_process

86: -- Check the DBI start date
87: l_dbi_start_date := hri_bpl_parameter.get_bis_global_start_date;
88:
89: -- If the program is also a non-dbi process check the HRI start date
90: IF (hri_mtdt_conc_request.is_core_hri_process
91: (p_table_name => p_process_table_name) = 'Y') THEN
92:
93: l_hri_start_date := hri_bpl_conc_admin.get_hri_global_start_date;
94: