DBA Data[Home] [Help]

APPS.PAY_GB_ROLLBACK dependencies on DUAL

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

392: and paa.assignment_action_id = p_asgactid ;
393:
394: cursor is_prev_flag(p_asg_id number)
395: is
396: select 'Y' from dual where exists(select *
397: from pay_payroll_actions prev,
398: pay_assignment_actions paa
399: where paa.assignment_id = p_asg_id
400: and paa.payroll_action_id = prev.payroll_action_id