DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_MESSAGE_LINES

Line 246: from pay_message_lines

242: l_status varchar2(1) ;
243: l_dummy number ;
244: cursor c1 is
245: select 1
246: from pay_message_lines
247: where source_id = p_payroll_action_id
248: and source_type = 'P' ;
249: begin
250: open c1 ;