DBA Data[Home] [Help]

APPS.PQH_RBC_VALIDATE dependencies on PQH_CRITERIA_RATE_DEFN_VL

Line 705: select name into l_crit_rate_defn_name from pqh_criteria_rate_defn_vl where criteria_rate_defn_id = l_criteria_rate_defn;

701: loop
702: fetch c1 into l_criteria_rate_defn;
703: exit when c1%notfound;
704:
705: select name into l_crit_rate_defn_name from pqh_criteria_rate_defn_vl where criteria_rate_defn_id = l_criteria_rate_defn;
706: l_count := 0;
707: select count(*) into l_count from ben_copy_entity_results
708: where
709: table_alias = 'RMR' and dml_operation <> 'DELETE'