DBA Data[Home] [Help]

APPS.BEN_CBP_BUS dependencies on BEN_CBP_SHD

Line 48: l_api_updating := ben_cbp_shd.api_updating

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

Line 55: <> ben_cbp_shd.g_old_rec.cmbn_ptip_id) then

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

Line 59: ben_cbp_shd.constraint_error('BEN_CMBN_PTIP_PK');

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

Line 69: ben_cbp_shd.constraint_error('BEN_CMBN_PTIP_PK');

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

Line 313: (p_rec in ben_cbp_shd.g_rec_type,

309: -- ----------------------------------------------------------------------------
310: -- |---------------------------< insert_validate >----------------------------|
311: -- ----------------------------------------------------------------------------
312: Procedure insert_validate
313: (p_rec in ben_cbp_shd.g_rec_type,
314: p_effective_date in date,
315: p_datetrack_mode in varchar2,
316: p_validation_start_date in date,
317: p_validation_end_date in date) is

Line 341: (p_rec in ben_cbp_shd.g_rec_type,

337: -- ----------------------------------------------------------------------------
338: -- |---------------------------< update_validate >----------------------------|
339: -- ----------------------------------------------------------------------------
340: Procedure update_validate
341: (p_rec in ben_cbp_shd.g_rec_type,
342: p_effective_date in date,
343: p_datetrack_mode in varchar2,
344: p_validation_start_date in date,
345: p_validation_end_date in date) is

Line 377: (p_rec in ben_cbp_shd.g_rec_type,

373: -- ----------------------------------------------------------------------------
374: -- |---------------------------< delete_validate >----------------------------|
375: -- ----------------------------------------------------------------------------
376: Procedure delete_validate
377: (p_rec in ben_cbp_shd.g_rec_type,
378: p_effective_date in date,
379: p_datetrack_mode in varchar2,
380: p_validation_start_date in date,
381: p_validation_end_date in date) is