DBA Data[Home] [Help]

APPS.AMS_ACT_LIST_PVT dependencies on AMS_QUERY_TMP_ASSOC_PKG

Line 4924: ams_query_tmp_assoc_pkg.insert_row (

4920: IF (AMS_DEBUG_HIGH_ON) THEN
4921: AMS_Utility_PVT.debug_message('copy_conditions found assoc'||l_old_assoc_id);
4922: END IF;
4923:
4924: ams_query_tmp_assoc_pkg.insert_row (
4925: X_ASSOC_ID => l_assoc_id,
4926: X_TEMPLATE_INSTANCE_ID=>p_new_templ_inst_id,
4927: X_QUERY_CONDITION_ID => l_cond_assoc_rec.query_condition_id ,
4928: X_CONDITION_SEQUENCE => l_cond_assoc_rec.condition_sequence ,