DBA Data[Home] [Help]

APPS.PAY_GB_MOVDED_EDI dependencies on HR_GB_UTILITY

Line 967: hr_gb_utility.ni_validate(l_person_rec.national_identifier,sysdate) <> 0 then

963: hr_utility.set_location('Job Title error',50);
964: end if;
965:
966: if l_person_rec.national_identifier is not null and
967: hr_gb_utility.ni_validate(l_person_rec.national_identifier,sysdate) <> 0 then
968: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
969: pay_core_utils.push_token('INPUT_NAME', 'NI Number');
970: pay_core_utils.push_token('INPUT_VALUE', l_person_rec.national_identifier);
971: l_arch := false;

Line 976: l_temp := hr_gb_utility.tax_code_validate(p_tax_rec.tax_code,sysdate,l_person_rec.assignment_id);

972: hr_utility.set_location('NI error',60);
973: end if;
974:
975: /** -- NO Tax code validation yet as it is different between P45(3),P46 and P46P --**
976: l_temp := hr_gb_utility.tax_code_validate(p_tax_rec.tax_code,sysdate,l_person_rec.assignment_id);
977: if l_temp <> ' ' then
978: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
979: pay_core_utils.push_token('INPUT_NAME', 'Tax Code');
980: pay_core_utils.push_token('INPUT_VALUE', p_tax_rec.tax_code);

Line 1095: l_temp := hr_gb_utility.tax_code_validate(l_p45_3_rec.prev_tax_code,sysdate,p_person_rec.assignment_id);

1091: hr_utility.set_location('Prev Tax > 999999.99',20);
1092: end if;
1093:
1094: /** -- Validate using the orignal, will use new one when requirement comes out --
1095: l_temp := hr_gb_utility.tax_code_validate(l_p45_3_rec.prev_tax_code,sysdate,p_person_rec.assignment_id);
1096: if l_temp <> ' ' then
1097: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
1098: pay_core_utils.push_token('INPUT_NAME', 'Previous Tax Code');
1099: pay_core_utils.push_token('INPUT_VALUE', p_tax_rec.tax_code);

Line 1219: l_temp := hr_gb_utility.tax_code_validate(p_tax_rec.tax_code,sysdate,p_person_rec.assignment_id);

1215: l_arch := false;
1216: hr_utility.set_location('P46 Statement validation',10);
1217: end if;
1218:
1219: l_temp := hr_gb_utility.tax_code_validate(p_tax_rec.tax_code,sysdate,p_person_rec.assignment_id);
1220: if l_temp <> ' ' then
1221: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
1222: pay_core_utils.push_token('INPUT_NAME', 'Tax Code');
1223: pay_core_utils.push_token('INPUT_VALUE', p_tax_rec.tax_code);

Line 1323: l_temp := hr_gb_utility.tax_code_validate(p_tax_rec.tax_code,sysdate,p_person_rec.assignment_id);

1319: l_arch := false;
1320: hr_utility.set_location('P46 Statement validation',10);
1321: end if;
1322:
1323: l_temp := hr_gb_utility.tax_code_validate(p_tax_rec.tax_code,sysdate,p_person_rec.assignment_id);
1324: if l_temp <> ' ' then
1325: pay_core_utils.push_message(800, 'HR_78057_GB_MAGTAPE_VAILDATION', 'F');
1326: pay_core_utils.push_token('INPUT_NAME', 'Tax Code');
1327: pay_core_utils.push_token('INPUT_VALUE', p_tax_rec.tax_code);