DBA Data[Home] [Help]

APPS.PAY_AC_ACTION_ARCH dependencies on PAY_RUN_TYPES_F

Line 1590: from pay_run_types_f prt

1586: and paa.assignment_action_id = pai.locked_action_id
1587: and paa.assignment_id = cp_assignment_id
1588: and paa.run_type_id is not null
1589: and not exists ( select 1
1590: from pay_run_types_f prt
1591: where prt.legislation_code = 'CA'
1592: and prt.run_type_id = paa.run_type_id
1593: and prt.run_method = 'C' );
1594: