DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PAY_LEGISLATIVE_FIELD_INFO

Line 272: from pay_legislative_field_info

268: IS
269:
270: cursor c_leg_rule (cp_legislation_code in varchar2) is
271: select 'x'
272: from pay_legislative_field_info
273: where field_name = 'MULTI_ASSIGNMENTS_FLAG'
274: and legislation_code = cp_legislation_code
275: and rule_mode = 'Y';
276: