DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 422: l_report_format pay_report_format_mappings_f.report_format%type;

418: -- Variables declared for bug 10399514
419: l_person_on boolean ;
420: l_report_cat pay_payroll_actions.report_category%type;
421: l_state pay_payroll_actions.report_qualifier%type;
422: l_report_format pay_report_format_mappings_f.report_format%type;
423: -- Variables declared for bug 10399514
424:
425: ln_asg_act_to_lock pay_assignment_actions.assignment_action_id%TYPE;
426: lv_employee_number per_people_f.employee_number%type;

Line 1426: from pay_report_format_mappings_f

1422:
1423: Begin
1424: select report_format
1425: into l_report_format
1426: from pay_report_format_mappings_f
1427: where report_type = lv_ppr_report_type
1428: and report_qualifier = l_state
1429: and report_category = l_report_cat ;
1430: Exception