DBA Data[Home] [Help]

APPS.HR_NONRUN_ASACT dependencies on PAY_BATCH_LINES

Line 4115: pay_batch_lines btl,

4111: select asg.assignment_id
4112: from pay_payroll_actions pac,
4113: pay_population_ranges pop,
4114: pay_batch_headers bth,
4115: pay_batch_lines btl,
4116: per_all_assignments_f asg
4117: where pac.payroll_action_id = pactid
4118: and pac.action_type = 'BEE'
4119: and pac.batch_id = bth.batch_id

Line 4138: pay_batch_lines btl,

4134: endperson number
4135: ) is
4136: select asg.assignment_id
4137: from pay_payroll_actions pac,
4138: pay_batch_lines btl,
4139: per_all_assignments_f asg
4140: where pac.payroll_action_id = pactid
4141: and pac.action_type = 'BEE'
4142: and pac.batch_id = btl.batch_id