DBA Data[Home] [Help]

APPS.PQH_RST_BUS dependencies on HR_GENERAL

Line 828: select hr_general.decode_lookup('PQH_CBR_RULE_CATEGORY', p_rule_category)

824: hr_utility.raise_error;
825: end if;
826: else
827: if p_rule_applicability not in ('NONE') then
828: select hr_general.decode_lookup('PQH_CBR_RULE_CATEGORY', p_rule_category)
829: into l_rule_category_meaning from dual;
830: if l_rule_category_meaning is not null then
831: l_rule_category_meaning := '"'||l_rule_category_meaning||'"';
832: end if;