DBA Data[Home] [Help]

APPS.PAY_ELEMENT_CLASS_PKG dependencies on HR_LEGISLATION_INSTALLATIONS

Line 298: from hr_legislation_installations li

294: and business_group_id is null;
295: --
296: cursor csr_localised is
297: select 'x'
298: from hr_legislation_installations li
299: where li.legislation_code = p_legislation_code;
300:
301: v_modifiable boolean := TRUE;
302: v_local varchar2(1);