DBA Data[Home] [Help]

APPS.HR_NONRUN_ASACT dependencies on PAY_BATCH_LINES

Line 4107: pay_batch_lines btl,

4103: select asg.assignment_id
4104: from pay_payroll_actions pac,
4105: pay_population_ranges pop,
4106: pay_batch_headers bth,
4107: pay_batch_lines btl,
4108: per_all_assignments_f asg
4109: where pac.payroll_action_id = pactid
4110: and pac.action_type = 'BEE'
4111: and pac.batch_id = bth.batch_id

Line 4130: pay_batch_lines btl,

4126: endperson number
4127: ) is
4128: select asg.assignment_id
4129: from pay_payroll_actions pac,
4130: pay_batch_lines btl,
4131: per_all_assignments_f asg
4132: where pac.payroll_action_id = pactid
4133: and pac.action_type = 'BEE'
4134: and pac.batch_id = btl.batch_id