DBA Data[Home] [Help]

APPS.BEN_PCU_BUS dependencies on BEN_PCU_SHD

Line 48: l_api_updating := ben_pcu_shd.api_updating

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

Line 55: <> ben_pcu_shd.g_old_rec.per_cm_usg_id) then

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

Line 59: ben_pcu_shd.constraint_error('BEN_PER_CM_USG_F_PK');

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

Line 69: ben_pcu_shd.constraint_error('BEN_PER_CM_USG_F_PK');

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

Line 296: (p_rec in ben_pcu_shd.g_rec_type,

292: -- ----------------------------------------------------------------------------
293: -- |---------------------------< insert_validate >----------------------------|
294: -- ----------------------------------------------------------------------------
295: Procedure insert_validate
296: (p_rec in ben_pcu_shd.g_rec_type,
297: p_effective_date in date,
298: p_datetrack_mode in varchar2,
299: p_validation_start_date in date,
300: p_validation_end_date in date) is

Line 324: (p_rec in ben_pcu_shd.g_rec_type,

320: -- ----------------------------------------------------------------------------
321: -- |---------------------------< update_validate >----------------------------|
322: -- ----------------------------------------------------------------------------
323: Procedure update_validate
324: (p_rec in ben_pcu_shd.g_rec_type,
325: p_effective_date in date,
326: p_datetrack_mode in varchar2,
327: p_validation_start_date in date,
328: p_validation_end_date in date) is

Line 361: (p_rec in ben_pcu_shd.g_rec_type,

357: -- ----------------------------------------------------------------------------
358: -- |---------------------------< delete_validate >----------------------------|
359: -- ----------------------------------------------------------------------------
360: Procedure delete_validate
361: (p_rec in ben_pcu_shd.g_rec_type,
362: p_effective_date in date,
363: p_datetrack_mode in varchar2,
364: p_validation_start_date in date,
365: p_validation_end_date in date) is