DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_ARCH dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 396: l_report_format pay_report_format_mappings_f.report_format%type;

392: -- Variables declared for bug 10399514
393: l_person_on boolean ;
394: l_report_cat pay_payroll_actions.report_category%type;
395: l_state pay_payroll_actions.report_qualifier%type;
396: l_report_format pay_report_format_mappings_f.report_format%type;
397: -- Variables declared for bug 10399514
398: ln_asg_act_to_lock pay_assignment_actions.assignment_action_id%TYPE;
399:
400:

Line 632: from pay_report_format_mappings_f

628:
629: Begin
630: select report_format
631: into l_report_format
632: from pay_report_format_mappings_f
633: where report_type = lv_report_type
634: and report_qualifier = l_state
635: and report_category = l_report_cat ;
636: Exception