DBA Data[Home] [Help]

APPS.PAY_MAG_RESUBMIT dependencies on PAY_PAYROLL_ACTIONS

Line 16: from pay_payroll_actions

12: begin
13:
14: select ltrim(substr(legislative_parameters, 11,5))
15: into l_report_type
16: from pay_payroll_actions
17: where payroll_action_id = p_payroll_action_id;
18:
19: if (instr(l_report_type,'MWS',1,1) > 0) /* MWS */
20: then