[Home] [Help]
4771: pay_us_employee_payslip_web.get_full_jurisdiction_name(
4772: jd_codes_tbl_city_stg(l_counter).jurisdiction_code);
4773: hr_utility.trace('EMJT spelled jd code -> '|| l_spelled_jd_code );
4774:
4775: pay_core_utils.push_message(801,'PAY_US_EMJT_EMPLOYEE_INFO','P');
4776: pay_core_utils.push_token('EMPLOYEE_NAME',SUBSTR(l_full_name,1,50));
4777: pay_core_utils.push_token('ASSIGNMENT_NUMBER',SUBSTR(l_assignment_number,1,50));
4778: pay_core_utils.push_token('JURISDICTION_NAME',SUBSTR(l_spelled_jd_code,1,50));
4779: pay_core_utils.push_token('HOURS',SUBSTR(jd_codes_tbl_city_stg(l_counter).hours,1,50));
4772: jd_codes_tbl_city_stg(l_counter).jurisdiction_code);
4773: hr_utility.trace('EMJT spelled jd code -> '|| l_spelled_jd_code );
4774:
4775: pay_core_utils.push_message(801,'PAY_US_EMJT_EMPLOYEE_INFO','P');
4776: pay_core_utils.push_token('EMPLOYEE_NAME',SUBSTR(l_full_name,1,50));
4777: pay_core_utils.push_token('ASSIGNMENT_NUMBER',SUBSTR(l_assignment_number,1,50));
4778: pay_core_utils.push_token('JURISDICTION_NAME',SUBSTR(l_spelled_jd_code,1,50));
4779: pay_core_utils.push_token('HOURS',SUBSTR(jd_codes_tbl_city_stg(l_counter).hours,1,50));
4780: pay_core_utils.push_token('PERCENTAGE',SUBSTR(jd_codes_tbl_city_stg(l_counter).percentage,1,50));
4773: hr_utility.trace('EMJT spelled jd code -> '|| l_spelled_jd_code );
4774:
4775: pay_core_utils.push_message(801,'PAY_US_EMJT_EMPLOYEE_INFO','P');
4776: pay_core_utils.push_token('EMPLOYEE_NAME',SUBSTR(l_full_name,1,50));
4777: pay_core_utils.push_token('ASSIGNMENT_NUMBER',SUBSTR(l_assignment_number,1,50));
4778: pay_core_utils.push_token('JURISDICTION_NAME',SUBSTR(l_spelled_jd_code,1,50));
4779: pay_core_utils.push_token('HOURS',SUBSTR(jd_codes_tbl_city_stg(l_counter).hours,1,50));
4780: pay_core_utils.push_token('PERCENTAGE',SUBSTR(jd_codes_tbl_city_stg(l_counter).percentage,1,50));
4781: --================================================================================================
4774:
4775: pay_core_utils.push_message(801,'PAY_US_EMJT_EMPLOYEE_INFO','P');
4776: pay_core_utils.push_token('EMPLOYEE_NAME',SUBSTR(l_full_name,1,50));
4777: pay_core_utils.push_token('ASSIGNMENT_NUMBER',SUBSTR(l_assignment_number,1,50));
4778: pay_core_utils.push_token('JURISDICTION_NAME',SUBSTR(l_spelled_jd_code,1,50));
4779: pay_core_utils.push_token('HOURS',SUBSTR(jd_codes_tbl_city_stg(l_counter).hours,1,50));
4780: pay_core_utils.push_token('PERCENTAGE',SUBSTR(jd_codes_tbl_city_stg(l_counter).percentage,1,50));
4781: --================================================================================================
4782: l_counter := jd_codes_tbl_city_stg.NEXT(l_counter);
4775: pay_core_utils.push_message(801,'PAY_US_EMJT_EMPLOYEE_INFO','P');
4776: pay_core_utils.push_token('EMPLOYEE_NAME',SUBSTR(l_full_name,1,50));
4777: pay_core_utils.push_token('ASSIGNMENT_NUMBER',SUBSTR(l_assignment_number,1,50));
4778: pay_core_utils.push_token('JURISDICTION_NAME',SUBSTR(l_spelled_jd_code,1,50));
4779: pay_core_utils.push_token('HOURS',SUBSTR(jd_codes_tbl_city_stg(l_counter).hours,1,50));
4780: pay_core_utils.push_token('PERCENTAGE',SUBSTR(jd_codes_tbl_city_stg(l_counter).percentage,1,50));
4781: --================================================================================================
4782: l_counter := jd_codes_tbl_city_stg.NEXT(l_counter);
4783: END LOOP; --WHILE l_counter
4776: pay_core_utils.push_token('EMPLOYEE_NAME',SUBSTR(l_full_name,1,50));
4777: pay_core_utils.push_token('ASSIGNMENT_NUMBER',SUBSTR(l_assignment_number,1,50));
4778: pay_core_utils.push_token('JURISDICTION_NAME',SUBSTR(l_spelled_jd_code,1,50));
4779: pay_core_utils.push_token('HOURS',SUBSTR(jd_codes_tbl_city_stg(l_counter).hours,1,50));
4780: pay_core_utils.push_token('PERCENTAGE',SUBSTR(jd_codes_tbl_city_stg(l_counter).percentage,1,50));
4781: --================================================================================================
4782: l_counter := jd_codes_tbl_city_stg.NEXT(l_counter);
4783: END LOOP; --WHILE l_counter
4784: --}