DBA Data[Home] [Help]

APPS.HR_H2PI_ERROR dependencies on HR_H2PI_SALARIES

Line 303: elsif upper(csr_rec.table_name) = 'HR_H2PI_SALARIES' then

299: null;
300: WHEN OTHERS THEN
301: fnd_file.put_line(FND_FILE.LOG, SQLERRM);
302: END;
303: elsif upper(csr_rec.table_name) = 'HR_H2PI_SALARIES' then
304: BEGIN
305: SELECT assignment_number
306: INTO l_assignment_number
307: FROM hr_h2pi_salaries sal,

Line 307: FROM hr_h2pi_salaries sal,

303: elsif upper(csr_rec.table_name) = 'HR_H2PI_SALARIES' then
304: BEGIN
305: SELECT assignment_number
306: INTO l_assignment_number
307: FROM hr_h2pi_salaries sal,
308: hr_h2pi_assignments_v asg,
309: hr_h2pi_id_mapping map
310: WHERE sal.pay_proposal_id = csr_rec.from_id
311: --AND sal.business_group_id = l_from_business_group_id