DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_CANCELLED_PKG dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 413: l_report_format pay_report_format_mappings_f.report_format%type;

409: -- Variables declared for bug 10399514
410: l_person_on boolean ;
411: l_report_cat pay_payroll_actions.report_category%type;
412: l_state pay_payroll_actions.report_qualifier%type;
413: l_report_format pay_report_format_mappings_f.report_format%type;
414: -- Variables declared for bug 10399514
415: l_print_term varchar2(1);
416:
417: CURSOR c_selected_asg_set(cp_start_person in number

Line 1186: from pay_report_format_mappings_f

1182:
1183: Begin
1184: select report_format
1185: into l_report_format
1186: from pay_report_format_mappings_f
1187: where report_type = lv_ppr_report_type
1188: and report_qualifier = l_state
1189: and report_category = l_report_cat ;
1190: Exception