DBA Data[Home] [Help]

APPS.BEN_PPE_BUS dependencies on BEN_PPE_SHD

Line 48: l_api_updating := ben_ppe_shd.api_updating

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

Line 55: <> ben_ppe_shd.g_old_rec.prtt_prem_id) then

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

Line 59: ben_ppe_shd.constraint_error('BEN_PRTT_PREM_PK');

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

Line 69: ben_ppe_shd.constraint_error('BEN_PRTT_PREM_PK');

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

Line 123: l_api_updating := ben_ppe_shd.api_updating

119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc, 5);
122: --
123: l_api_updating := ben_ppe_shd.api_updating
124: (p_prtt_prem_id => p_prtt_prem_id,
125: p_effective_date => p_effective_date,
126: p_object_version_number => p_object_version_number);
127: --

Line 130: <> nvl(ben_ppe_shd.g_old_rec.std_prem_uom,hr_api.g_varchar2)

126: p_object_version_number => p_object_version_number);
127: --
128: if (l_api_updating
129: and p_std_prem_uom
130: <> nvl(ben_ppe_shd.g_old_rec.std_prem_uom,hr_api.g_varchar2)
131: or not l_api_updating)
132: and p_std_prem_uom is not null then
133: --
134: -- check if value of lookup falls within lookup type.

Line 382: (p_rec in ben_ppe_shd.g_rec_type,

378: -- ----------------------------------------------------------------------------
379: -- |---------------------------< insert_validate >----------------------------|
380: -- ----------------------------------------------------------------------------
381: Procedure insert_validate
382: (p_rec in ben_ppe_shd.g_rec_type,
383: p_effective_date in date,
384: p_datetrack_mode in varchar2,
385: p_validation_start_date in date,
386: p_validation_end_date in date) is

Line 424: (p_rec in ben_ppe_shd.g_rec_type,

420: -- ----------------------------------------------------------------------------
421: -- |---------------------------< update_validate >----------------------------|
422: -- ----------------------------------------------------------------------------
423: Procedure update_validate
424: (p_rec in ben_ppe_shd.g_rec_type,
425: p_effective_date in date,
426: p_datetrack_mode in varchar2,
427: p_validation_start_date in date,
428: p_validation_end_date in date) is

Line 475: (p_rec in ben_ppe_shd.g_rec_type,

471: -- ----------------------------------------------------------------------------
472: -- |---------------------------< delete_validate >----------------------------|
473: -- ----------------------------------------------------------------------------
474: Procedure delete_validate
475: (p_rec in ben_ppe_shd.g_rec_type,
476: p_effective_date in date,
477: p_datetrack_mode in varchar2,
478: p_validation_start_date in date,
479: p_validation_end_date in date) is