DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE_TO_RBC dependencies on PQH_CRITERIA_RATE_DEFN_VL

Line 708: from pqh_criteria_rate_defn_vl

704: hr_utility.set_location('Entering get_crit_rate_def_name',100);
705:
706: select name crd_name
707: into l_crd_name
708: from pqh_criteria_rate_defn_vl
709: where CRITERIA_RATE_DEFN_ID = p_crd_id
710: and business_group_id = p_business_group_id;
711:
712: hr_utility.set_location('leaving get_crit_rate_def_name',100);

Line 762: l_crd_name pqh_criteria_rate_defn_vl.name%type;

758: l_eed_abr date;
759: l_abr_id number;
760: l_pl_name ben_pl_f.name%type;
761: l_pl_id ben_pl_f.pl_id%type;
762: l_crd_name pqh_criteria_rate_defn_vl.name%type;
763: l_ovn_abr number;
764: l_short_code_rmn varchar2(1000);
765: l_base_rt_exist varchar2(1);
766: