DBA Data[Home] [Help]

APPS.PQH_GSP_BEN_VALIDATIONS dependencies on BEN_CPP_SHD

Line 1723: hr_utility.set_location('Old Plip_Stat_Cd'||ben_cpp_shd.g_old_rec.PLIP_STAT_CD,25);

1719: hr_utility.set_location('p_plip_id'||p_plip_id,10);
1720: hr_utility.set_location('p_effective_date'||p_effective_date,15);
1721: hr_utility.set_location('p_Business_Group_Id'||p_Business_Group_Id,20);
1722: hr_utility.set_location('p_Plip_Stat_Cd'||p_Plip_Stat_Cd,20);
1723: hr_utility.set_location('Old Plip_Stat_Cd'||ben_cpp_shd.g_old_rec.PLIP_STAT_CD,25);
1724: end if;
1725:
1726: -- Check Emp Placements Exists on PLIP Rec
1727:

Line 1740: if (ben_cpp_shd.g_old_rec.PLIP_STAT_CD = 'A' And ben_cpp_shd.g_old_rec.PLIP_STAT_CD <> p_Plip_Stat_Cd) Then

1736: If l_exists = 'Y' Then
1737: --
1738:
1739:
1740: if (ben_cpp_shd.g_old_rec.PLIP_STAT_CD = 'A' And ben_cpp_shd.g_old_rec.PLIP_STAT_CD <> p_Plip_Stat_Cd) Then
1741: hr_utility.set_location('Cannot Change Status ',55);
1742: hr_utility.set_message(8302,'PQH_GSP_NOT_UPD_PLIP_STATUS');
1743: hr_utility.raise_error;
1744: end if;

Line 1824: hr_utility.set_location('Old Plip_Stat_Cd'||ben_cpp_shd.g_old_rec.PLIP_STAT_CD,30);

1820: hr_utility.set_location('p_plip_id'||p_plip_id,10);
1821: hr_utility.set_location('p_effective_date'||p_effective_date,15);
1822: hr_utility.set_location('p_Business_Group_Id'||p_Business_Group_Id,20);
1823: hr_utility.set_location('p_Plip_Stat_Cd'||p_Plip_Stat_Cd,25);
1824: hr_utility.set_location('Old Plip_Stat_Cd'||ben_cpp_shd.g_old_rec.PLIP_STAT_CD,30);
1825: hr_utility.set_location('p_dml_operation'||p_dml_operation,35);
1826: end if;
1827:
1828: