DBA Data[Home] [Help]

APPS.PAY_AC_ACTION_ARCH dependencies on PAY_RUN_TYPES_F

Line 1282: from pay_run_types_f prt

1278: and paa.assignment_action_id = pai.locked_action_id
1279: and paa.assignment_id = cp_assignment_id
1280: and paa.run_type_id is not null
1281: and not exists ( select 1
1282: from pay_run_types_f prt
1283: where prt.legislation_code = 'CA'
1284: and prt.run_type_id = paa.run_type_id
1285: and prt.run_method = 'C' );
1286: