DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on BEN_COMP_LVL_FCTR

Line 1897: from ben_comp_lvl_fctr clf

1893: l_comp_lvl_fctr_id number;
1894: begin
1895: select clf.comp_lvl_fctr_id
1896: into l_comp_lvl_fctr_id
1897: from ben_comp_lvl_fctr clf
1898: where clf.name = p_comp_level_factor
1899: and clf.business_group_id + 0 = p_business_group_id;
1900: return(l_comp_lvl_fctr_id);
1901: exception

Line 1916: from ben_comp_lvl_fctr clf

1912: l_ovn number;
1913: begin
1914: select clf.object_version_number
1915: into l_ovn
1916: from ben_comp_lvl_fctr clf
1917: where clf.name = p_comp_level_factor
1918: and clf.business_group_id + 0 = p_business_group_id;
1919: return(l_ovn);
1920: exception