DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PAY_LEGISLATIVE_FIELD_INFO

Line 308: from pay_legislative_field_info

304: IS
305:
306: cursor c_leg_rule (cp_legislation_code in varchar2) is
307: select 'x'
308: from pay_legislative_field_info
309: where field_name = 'MULTI_ASSIGNMENTS_FLAG'
310: and legislation_code = cp_legislation_code
311: and rule_mode = 'Y';
312: