DBA Data[Home] [Help]

APPS.BEN_CCP_BUS dependencies on BEN_CCP_SHD

Line 48: l_api_updating := ben_ccp_shd.api_updating

44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_ccp_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
51: p_object_version_number => p_object_version_number);
52: --

Line 55: <> ben_ccp_shd.g_old_rec.cvrd_dpnt_ctfn_prvdd_id) then

51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_cvrd_dpnt_ctfn_prvdd_id,hr_api.g_number)
55: <> ben_ccp_shd.g_old_rec.cvrd_dpnt_ctfn_prvdd_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_ccp_shd.constraint_error('BEN_CVRD_DPNT_PVD_PK');

Line 59: ben_ccp_shd.constraint_error('BEN_CVRD_DPNT_PVD_PK');

55: <> ben_ccp_shd.g_old_rec.cvrd_dpnt_ctfn_prvdd_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_ccp_shd.constraint_error('BEN_CVRD_DPNT_PVD_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_ccp_shd.constraint_error('BEN_CVRD_DPNT_PVD_PK');

65: if p_cvrd_dpnt_ctfn_prvdd_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_ccp_shd.constraint_error('BEN_CVRD_DPNT_PVD_PK');
70: --
71: end if;
72: --
73: end if;

Line 117: l_api_updating := ben_ccp_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_ccp_shd.api_updating
118: (p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
119: p_effective_date => p_effective_date,
120: p_object_version_number => p_object_version_number);
121: --

Line 124: <> nvl(ben_ccp_shd.g_old_rec.dpnt_dsgn_ctfn_rqd_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_dpnt_dsgn_ctfn_rqd_flag
124: <> nvl(ben_ccp_shd.g_old_rec.dpnt_dsgn_ctfn_rqd_flag,hr_api.g_varchar2)
125: or not l_api_updating) then
126: --
127: -- check if value of lookup falls within lookup type.
128: --

Line 215: l_api_updating := ben_ccp_shd.api_updating

211: Begin
212: --
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: l_api_updating := ben_ccp_shd.api_updating
216: (p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
217: p_effective_date => p_effective_date,
218: p_object_version_number => p_object_version_number);
219: --

Line 222: <> nvl(ben_ccp_shd.g_old_rec.dpnt_dsgn_ctfn_typ_cd,hr_api.g_varchar2)

218: p_object_version_number => p_object_version_number);
219: --
220: if (l_api_updating
221: and p_dpnt_dsgn_ctfn_typ_cd
222: <> nvl(ben_ccp_shd.g_old_rec.dpnt_dsgn_ctfn_typ_cd,hr_api.g_varchar2)
223: or not l_api_updating) then
224: --
225: -- check if value of lookup falls within lookup type.
226: --

Line 308: l_api_updating := ben_ccp_shd.api_updating

304: --
305: Begin
306: --
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: l_api_updating := ben_ccp_shd.api_updating
309: (p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
310: p_effective_date => p_effective_date,
311: p_object_version_number => p_object_version_number);
312: --

Line 315: <> nvl(ben_ccp_shd.g_old_rec.dpnt_dsgn_ctfn_recd_dt,hr_api.g_date)

311: p_object_version_number => p_object_version_number);
312: --
313: if (l_api_updating
314: and p_dpnt_dsgn_ctfn_recd_dt
315: <> nvl(ben_ccp_shd.g_old_rec.dpnt_dsgn_ctfn_recd_dt,hr_api.g_date)
316: or not l_api_updating) then
317: --
318: -- check if received date < than efective start date. .
319: --

Line 550: (p_rec in ben_ccp_shd.g_rec_type,

546: -- ----------------------------------------------------------------------------
547: -- |---------------------------< insert_validate >----------------------------|
548: -- ----------------------------------------------------------------------------
549: Procedure insert_validate
550: (p_rec in ben_ccp_shd.g_rec_type,
551: p_effective_date in date,
552: p_datetrack_mode in varchar2,
553: p_validation_start_date in date,
554: p_validation_end_date in date) is

Line 605: (p_rec in ben_ccp_shd.g_rec_type,

601: -- ----------------------------------------------------------------------------
602: -- |---------------------------< update_validate >----------------------------|
603: -- ----------------------------------------------------------------------------
604: Procedure update_validate
605: (p_rec in ben_ccp_shd.g_rec_type,
606: p_effective_date in date,
607: p_datetrack_mode in varchar2,
608: p_validation_start_date in date,
609: p_validation_end_date in date) is

Line 669: (p_rec in ben_ccp_shd.g_rec_type,

665: -- ----------------------------------------------------------------------------
666: -- |---------------------------< delete_validate >----------------------------|
667: -- ----------------------------------------------------------------------------
668: Procedure delete_validate
669: (p_rec in ben_ccp_shd.g_rec_type,
670: p_effective_date in date,
671: p_datetrack_mode in varchar2,
672: p_validation_start_date in date,
673: p_validation_end_date in date) is