DBA Data[Home] [Help]

APPS.PAY_GB_ROLLBACK_PKG dependencies on DUAL

Line 507: select 'Y' from dual where exists(select *

503: AND ppa.payroll_action_id = p_pactid; --1688760
504:
505: cursor is_prev_flag(p_asg_id number)
506: is
507: select 'Y' from dual where exists(select *
508: from pay_payroll_actions prev,
509: pay_assignment_actions paa
510: where paa.assignment_id = p_asg_id
511: and paa.payroll_action_id = prev.payroll_action_id