DBA Data[Home] [Help]

APPS.PER_ASG_AGGR dependencies on DUAL

Line 620: select 1 from dual

616: and effective_end_date >= c_start_date
617: and effective_start_date <= c_end_date;
618:
619: CURSOR csr_asg_per_bal_diff(c_assignment_id number,c_date_eoy date) IS
620: select 1 from dual
621: where nvl(hr_gbbal.calc_all_balances(c_date_eoy, c_assignment_id, l_tax_pay_asg_td_ytd_dfbid),0) <>
622: nvl(hr_gbbal.calc_all_balances(c_date_eoy, c_assignment_id, l_tax_pay_per_td_cpe_ytd_dfbid),0) OR
623: nvl(hr_gbbal.calc_all_balances(c_date_eoy, c_assignment_id, l_paye_asg_td_ytd_dfbid),0) <>
624: nvl(hr_gbbal.calc_all_balances(c_date_eoy, c_assignment_id, l_paye_per_td_cpe_ytd_dfbid),0);

Line 2058: select 'Y' from dual

2054:
2055: --Cursor to check whether the starter_flag is set by a EAS or FPS run.
2056: cursor check_processed(p_assignment_id number,l_business_group_id number)
2057: is
2058: select 'Y' from dual
2059: where exists (select *
2060: from pay_payroll_actions ppa,
2061: pay_assignment_actions paa
2062: where ppa.report_type in ('RTI_EAS_REP','RTI_EAS_REP_13','RTI_FPS_REP','RTI_FPS_REP_13')