DBA Data[Home] [Help]

APPS.CZ_MODEL_MIGRATION_PVT dependencies on CZ_CONFIG_HDRS

Line 287: FROM cz_config_hdrs hdr

283: log_msg(l_api_name, l_ndebug, 'model_id=' || p_model_id, FND_LOG.LEVEL_PROCEDURE);
284:
285: SELECT config_hdr_id, config_rev_nbr, component_id
286: BULK COLLECT INTO l_hdr_tbl, l_rev_tbl, l_mdl_tbl
287: FROM cz_config_hdrs hdr
288: WHERE deleted_flag = '0'
289: AND creation_date >= NVL(p_begin_date, cz_utils.EPOCH_BEGIN_)
290: AND creation_date <= NVL(p_end_date, SYSDATE)
291: AND persistent_component_id = (SELECT persistent_project_id