DBA Data[Home] [Help]

APPS.CZ_MODEL_MIGRATION_PVT dependencies on CZ_CONFIG_HDRS

Line 311: FROM cz_config_hdrs hdr

307: log_msg(l_api_name, l_ndebug, 'model_id=' || p_model_id, FND_LOG.LEVEL_PROCEDURE);
308:
309: SELECT config_hdr_id, config_rev_nbr, component_id
310: BULK COLLECT INTO l_hdr_tbl, l_rev_tbl, l_mdl_tbl
311: FROM cz_config_hdrs hdr
312: WHERE deleted_flag = '0'
313: AND creation_date >= NVL(p_begin_date, cz_utils.EPOCH_BEGIN_)
314: AND creation_date <= NVL(p_end_date, SYSDATE)
315: AND persistent_component_id = (SELECT persistent_project_id