DBA Data[Home] [Help]

APPS.BEN_CTT_BUS dependencies on BEN_CTT_SHD

Line 48: l_api_updating := ben_ctt_shd.api_updating

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

Line 55: <> ben_ctt_shd.g_old_rec.cm_typ_trgr_id) then

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

Line 59: ben_ctt_shd.constraint_error('BEN_CM_TYP_TRGR_F_PK');

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

Line 69: ben_ctt_shd.constraint_error('BEN_CM_TYP_TRGR_F_PK');

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

Line 118: l_api_updating := ben_ctt_shd.api_updating

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

Line 125: <> ben_ctt_shd.g_old_rec.cm_typ_trgr_rl

121: p_object_version_number => p_object_version_number);
122: --
123: if (l_api_updating
124: and nvl(p_cm_typ_trgr_rl,hr_api.g_number)
125: <> ben_ctt_shd.g_old_rec.cm_typ_trgr_rl
126: or not l_api_updating)
127: and p_cm_typ_trgr_rl is not null then
128: --
129: -- check if value of formula rule is valid.

Line 354: (p_rec in ben_ctt_shd.g_rec_type,

350: -- ----------------------------------------------------------------------------
351: -- |---------------------------< insert_validate >----------------------------|
352: -- ----------------------------------------------------------------------------
353: Procedure insert_validate
354: (p_rec in ben_ctt_shd.g_rec_type,
355: p_effective_date in date,
356: p_datetrack_mode in varchar2,
357: p_validation_start_date in date,
358: p_validation_end_date in date) is

Line 389: (p_rec in ben_ctt_shd.g_rec_type,

385: -- ----------------------------------------------------------------------------
386: -- |---------------------------< update_validate >----------------------------|
387: -- ----------------------------------------------------------------------------
388: Procedure update_validate
389: (p_rec in ben_ctt_shd.g_rec_type,
390: p_effective_date in date,
391: p_datetrack_mode in varchar2,
392: p_validation_start_date in date,
393: p_validation_end_date in date) is

Line 432: (p_rec in ben_ctt_shd.g_rec_type,

428: -- ----------------------------------------------------------------------------
429: -- |---------------------------< delete_validate >----------------------------|
430: -- ----------------------------------------------------------------------------
431: Procedure delete_validate
432: (p_rec in ben_ctt_shd.g_rec_type,
433: p_effective_date in date,
434: p_datetrack_mode in varchar2,
435: p_validation_start_date in date,
436: p_validation_end_date in date) is