DBA Data[Home] [Help]

APPS.BEN_ESA_BUS dependencies on BEN_ESA_SHD

Line 48: l_api_updating := ben_esa_shd.api_updating

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

Line 55: <> ben_esa_shd.g_old_rec.elig_svc_area_prte_id) then

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

Line 59: ben_esa_shd.constraint_error('BEN_ELIG_SVC_AREA_PRTE_PK');

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

Line 69: ben_esa_shd.constraint_error('BEN_ELIG_SVC_AREA_PRTE_PK');

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

Line 117: l_api_updating := ben_esa_shd.api_updating

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

Line 124: <> nvl(ben_esa_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_excld_flag
124: <> nvl(ben_esa_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
125: or not l_api_updating) then
126: --
127: -- check if value of lookup falls within lookup type.
128: --

Line 204: l_api_updating := ben_esa_shd.api_updating

200: Begin
201: --
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: l_api_updating := ben_esa_shd.api_updating
205: (p_elig_svc_area_prte_id => p_elig_svc_area_prte_id,
206: p_effective_date => p_effective_date,
207: p_object_version_number => p_object_version_number);
208: --

Line 510: (p_rec in ben_esa_shd.g_rec_type,

506: -- ----------------------------------------------------------------------------
507: -- |---------------------------< insert_validate >----------------------------|
508: -- ----------------------------------------------------------------------------
509: Procedure insert_validate
510: (p_rec in ben_esa_shd.g_rec_type,
511: p_effective_date in date,
512: p_datetrack_mode in varchar2,
513: p_validation_start_date in date,
514: p_validation_end_date in date) is

Line 560: (p_rec in ben_esa_shd.g_rec_type,

556: -- ----------------------------------------------------------------------------
557: -- |---------------------------< update_validate >----------------------------|
558: -- ----------------------------------------------------------------------------
559: Procedure update_validate
560: (p_rec in ben_esa_shd.g_rec_type,
561: p_effective_date in date,
562: p_datetrack_mode in varchar2,
563: p_validation_start_date in date,
564: p_validation_end_date in date) is

Line 621: (p_rec in ben_esa_shd.g_rec_type,

617: -- ----------------------------------------------------------------------------
618: -- |---------------------------< delete_validate >----------------------------|
619: -- ----------------------------------------------------------------------------
620: Procedure delete_validate
621: (p_rec in ben_esa_shd.g_rec_type,
622: p_effective_date in date,
623: p_datetrack_mode in varchar2,
624: p_validation_start_date in date,
625: p_validation_end_date in date) is