DBA Data[Home] [Help]

APPS.BEN_PEA_BUS dependencies on BEN_PEA_SHD

Line 48: l_api_updating := ben_pea_shd.api_updating

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

Line 55: <> ben_pea_shd.g_old_rec.prtt_enrt_actn_id) then

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

Line 59: ben_pea_shd.constraint_error('BEN_PRTT_ENRT_ACTN_PK');

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

Line 69: ben_pea_shd.constraint_error('BEN_PRTT_ENRT_ACTN_PK');

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

Line 123: l_api_updating := ben_pea_shd.api_updating

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

Line 130: <> nvl(ben_pea_shd.g_old_rec.actn_typ_id,hr_api.g_number)

126: p_object_version_number => p_object_version_number);
127: --
128: if (l_api_updating
129: and nvl(p_actn_typ_id,hr_api.g_number)
130: <> nvl(ben_pea_shd.g_old_rec.actn_typ_id,hr_api.g_number)
131: or not l_api_updating) then
132: --
133: -- check if actn_typ_id value exists in ben_actn_typ table
134: --

Line 145: ben_pea_shd.constraint_error('BEN_PRTT_ENRT_ACTN_FK2');

141: --
142: -- raise error as FK does not relate to PK in ben_actn_typ
143: -- table.
144: --
145: ben_pea_shd.constraint_error('BEN_PRTT_ENRT_ACTN_FK2');
146: --
147: end if;
148: --
149: close c1;

Line 391: (p_rec in ben_pea_shd.g_rec_type,

387: -- ----------------------------------------------------------------------------
388: -- |---------------------------< insert_validate >----------------------------|
389: -- ----------------------------------------------------------------------------
390: Procedure insert_validate
391: (p_rec in ben_pea_shd.g_rec_type,
392: p_effective_date in date,
393: p_datetrack_mode in varchar2,
394: p_validation_start_date in date,
395: p_validation_end_date in date) is

Line 425: (p_rec in ben_pea_shd.g_rec_type,

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

Line 467: (p_rec in ben_pea_shd.g_rec_type,

463: -- ----------------------------------------------------------------------------
464: -- |---------------------------< delete_validate >----------------------------|
465: -- ----------------------------------------------------------------------------
466: Procedure delete_validate
467: (p_rec in ben_pea_shd.g_rec_type,
468: p_effective_date in date,
469: p_datetrack_mode in varchar2,
470: p_validation_start_date in date,
471: p_validation_end_date in date) is