DBA Data[Home] [Help]

APPS.PER_CA_EMP_EQUITY_PKG dependencies on DUAL

Line 761: from dual;

757: decode (l_employment_category,'-1','Employment Category'),
758: --decode(l_salary,0,'Salary')
759: case when l_salary <= 0 then 'Salary' end,
760: decode(l_noc_code,'-99','NOC Code')
761: from dual;
762:
763: end if;
764:
765: if l_employment_category in ('01','02','04') then