DBA Data[Home] [Help]

APPS.PQH_GSP_BEN_VALIDATIONS dependencies on BEN_COP_SHD

Line 2160: hr_utility.set_location('Old OIPL Status : '||ben_cop_shd.g_old_rec.OIPL_STAT_CD,35);

2156: if (l_oipl_has_gsp_type = 'Y' And l_emp_exists = 'Y') Then
2157:
2158:
2159: if g_debug then
2160: hr_utility.set_location('Old OIPL Status : '||ben_cop_shd.g_old_rec.OIPL_STAT_CD,35);
2161: end if;
2162:
2163: if (ben_cop_shd.g_old_rec.OIPL_STAT_CD IS NOT NULL And
2164: (ben_cop_shd.g_old_rec.OIPL_STAT_CD = 'A' And l_status <> p_oipl_stat_cd)) Then

Line 2163: if (ben_cop_shd.g_old_rec.OIPL_STAT_CD IS NOT NULL And

2159: if g_debug then
2160: hr_utility.set_location('Old OIPL Status : '||ben_cop_shd.g_old_rec.OIPL_STAT_CD,35);
2161: end if;
2162:
2163: if (ben_cop_shd.g_old_rec.OIPL_STAT_CD IS NOT NULL And
2164: (ben_cop_shd.g_old_rec.OIPL_STAT_CD = 'A' And l_status <> p_oipl_stat_cd)) Then
2165: hr_utility.set_message(8302,'PQH_GSP_NOT_UPD_PLIP_STAT');
2166: hr_utility.raise_error;
2167: End if;

Line 2164: (ben_cop_shd.g_old_rec.OIPL_STAT_CD = 'A' And l_status <> p_oipl_stat_cd)) Then

2160: hr_utility.set_location('Old OIPL Status : '||ben_cop_shd.g_old_rec.OIPL_STAT_CD,35);
2161: end if;
2162:
2163: if (ben_cop_shd.g_old_rec.OIPL_STAT_CD IS NOT NULL And
2164: (ben_cop_shd.g_old_rec.OIPL_STAT_CD = 'A' And l_status <> p_oipl_stat_cd)) Then
2165: hr_utility.set_message(8302,'PQH_GSP_NOT_UPD_PLIP_STAT');
2166: hr_utility.raise_error;
2167: End if;
2168:

Line 2252: hr_utility.set_location('Old oipl_stat_cd'||ben_cop_shd.g_old_rec.OIPL_STAT_CD,30);

2248: hr_utility.set_location('p_oipl_id'||p_oipl_id,10);
2249: hr_utility.set_location('p_effective_date'||p_effective_date,15);
2250: hr_utility.set_location('p_Business_Group_Id'||p_Business_Group_Id,20);
2251: hr_utility.set_location('p_oipl_stat_cd'||p_oipl_stat_cd,25);
2252: hr_utility.set_location('Old oipl_stat_cd'||ben_cop_shd.g_old_rec.OIPL_STAT_CD,30);
2253: hr_utility.set_location('p_dml_operation'||p_dml_operation,45);
2254: end if;
2255:
2256: If p_dml_operation = 'I' Then