DBA Data[Home] [Help]

APPS.PAY_CA_YEPP_MISS_ASSIGN_PKG dependencies on HR_UTILITY

Line 241: hr_utility.set_location(gv_package_name || '.formated_zero_count', 10);

237: BEGIN
238: -- lvc_message := 'The Year End Preprocess Archive has no missing assignments';
239: lvc_message := hr_general.decode_lookup ('PAY_CA_MISSING_ASG','NO_MISSING_ASG');
240:
241: hr_utility.set_location(gv_package_name || '.formated_zero_count', 10);
242:
243: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,
244: pay_us_payroll_utils.formated_data_string (p_input_string => lvc_message
245: ,p_bold => 'N'

Line 583: hr_utility.trace('The value of gre is '||p_gre_id);

579: pay_us_payroll_utils.formated_header_string(gv_title || ' - '|| p_report_type ||' '||
580: to_char(lv_effective_date,'YYYY'), p_output_file_type ));
581:
582: IF p_report_type IN ('T4','T4A') THEN
583: hr_utility.trace('The value of gre is '||p_gre_id);
584: OPEN c_missing_assignments(lv_effective_date,p_bus_grp,p_report_type,p_gre_id) ;
585:
586: ELSIF p_report_type = 'RL1' THEN
587: hr_utility.trace('The value of pre is '||p_pre_id);

Line 587: hr_utility.trace('The value of pre is '||p_pre_id);

583: hr_utility.trace('The value of gre is '||p_gre_id);
584: OPEN c_missing_assignments(lv_effective_date,p_bus_grp,p_report_type,p_gre_id) ;
585:
586: ELSIF p_report_type = 'RL1' THEN
587: hr_utility.trace('The value of pre is '||p_pre_id);
588: OPEN c_missing_assignments_rl1(lv_effective_date,p_bus_grp,p_report_type,p_pre_id) ;
589: ELSE
590: hr_utility.trace('The value of pre is '||p_pre_id);
591: OPEN c_missing_assignments_rl2(lv_effective_date,p_bus_grp,p_report_type,p_pre_id) ;

Line 590: hr_utility.trace('The value of pre is '||p_pre_id);

586: ELSIF p_report_type = 'RL1' THEN
587: hr_utility.trace('The value of pre is '||p_pre_id);
588: OPEN c_missing_assignments_rl1(lv_effective_date,p_bus_grp,p_report_type,p_pre_id) ;
589: ELSE
590: hr_utility.trace('The value of pre is '||p_pre_id);
591: OPEN c_missing_assignments_rl2(lv_effective_date,p_bus_grp,p_report_type,p_pre_id) ;
592:
593: END IF;
594: