DBA Data[Home] [Help]

APPS.BEN_SVA_BUS dependencies on BEN_SVA_SHD

Line 48: l_api_updating := ben_sva_shd.api_updating

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

Line 55: <> ben_sva_shd.g_old_rec.svc_area_id) then

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

Line 59: ben_sva_shd.constraint_error('BEN_SVC_AREA_F_PK');

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

Line 69: ben_sva_shd.constraint_error('BEN_SVC_AREA_F_PK');

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

Line 170: l_api_updating := ben_sva_shd.api_updating

166: Begin
167: --
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: l_api_updating := ben_sva_shd.api_updating
171: (p_svc_area_id => p_svc_area_id,
172: p_effective_date => p_effective_date,
173: p_object_version_number => p_object_version_number);
174: --

Line 177: <> nvl(ben_sva_shd.g_old_rec.org_unit_prdct,hr_api.g_varchar2)

173: p_object_version_number => p_object_version_number);
174: --
175: if (l_api_updating
176: and p_org_unit_prdct
177: <> nvl(ben_sva_shd.g_old_rec.org_unit_prdct,hr_api.g_varchar2)
178: or not l_api_updating)
179: and p_org_unit_prdct is not null then
180: --
181: -- check if value of lookup falls within lookup type.

Line 426: (p_rec in ben_sva_shd.g_rec_type,

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

Line 464: (p_rec in ben_sva_shd.g_rec_type,

460: -- ----------------------------------------------------------------------------
461: -- |---------------------------< update_validate >----------------------------|
462: -- ----------------------------------------------------------------------------
463: Procedure update_validate
464: (p_rec in ben_sva_shd.g_rec_type,
465: p_effective_date in date,
466: p_datetrack_mode in varchar2,
467: p_validation_start_date in date,
468: p_validation_end_date in date) is

Line 510: (p_rec in ben_sva_shd.g_rec_type,

506: -- ----------------------------------------------------------------------------
507: -- |---------------------------< delete_validate >----------------------------|
508: -- ----------------------------------------------------------------------------
509: Procedure delete_validate
510: (p_rec in ben_sva_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