DBA Data[Home] [Help]

APPS.BEN_XFI_BUS dependencies on BEN_XFI_SHD

Line 107: l_api_updating := ben_xfi_shd.api_updating

103: Begin
104: --
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: l_api_updating := ben_xfi_shd.api_updating
108: (p_ext_file_id => p_ext_file_id,
109: p_object_version_number => p_object_version_number);
110: --
111: if (l_api_updating

Line 113: <> ben_xfi_shd.g_old_rec.ext_file_id) then

109: p_object_version_number => p_object_version_number);
110: --
111: if (l_api_updating
112: and nvl(p_ext_file_id,hr_api.g_number)
113: <> ben_xfi_shd.g_old_rec.ext_file_id) then
114: --
115: -- raise error as PK has changed
116: --
117: ben_xfi_shd.constraint_error('BEN_EXT_FILE_PK');

Line 117: ben_xfi_shd.constraint_error('BEN_EXT_FILE_PK');

113: <> ben_xfi_shd.g_old_rec.ext_file_id) then
114: --
115: -- raise error as PK has changed
116: --
117: ben_xfi_shd.constraint_error('BEN_EXT_FILE_PK');
118: --
119: elsif not l_api_updating then
120: --
121: -- check if PK is null

Line 127: ben_xfi_shd.constraint_error('BEN_EXT_FILE_PK');

123: if p_ext_file_id is not null then
124: --
125: -- raise error as PK is not null
126: --
127: ben_xfi_shd.constraint_error('BEN_EXT_FILE_PK');
128: --
129: end if;
130: --
131: end if;

Line 256: Procedure insert_validate(p_rec in ben_xfi_shd.g_rec_type) is

252: --
253: -- ----------------------------------------------------------------------------
254: -- |---------------------------< insert_validate >----------------------------|
255: -- ----------------------------------------------------------------------------
256: Procedure insert_validate(p_rec in ben_xfi_shd.g_rec_type) is
257: --
258: l_proc varchar2(72) := g_package||'insert_validate';
259: --
260: Begin

Line 288: Procedure update_validate(p_rec in ben_xfi_shd.g_rec_type) is

284: --
285: -- ----------------------------------------------------------------------------
286: -- |---------------------------< update_validate >----------------------------|
287: -- ----------------------------------------------------------------------------
288: Procedure update_validate(p_rec in ben_xfi_shd.g_rec_type) is
289: --
290: l_proc varchar2(72) := g_package||'update_validate';
291: --
292: Begin

Line 319: Procedure delete_validate(p_rec in ben_xfi_shd.g_rec_type) is

315: --
316: -- ----------------------------------------------------------------------------
317: -- |---------------------------< delete_validate >----------------------------|
318: -- ----------------------------------------------------------------------------
319: Procedure delete_validate(p_rec in ben_xfi_shd.g_rec_type) is
320: --
321: l_proc varchar2(72) := g_package||'delete_validate';
322: --
323: Begin

Line 330: ,ben_xfi_shd.g_old_rec.business_group_id

326: -- Call all supporting business operations
327: --
328: --
329: chk_startup_action(False
330: ,ben_xfi_shd.g_old_rec.business_group_id
331: ,ben_xfi_shd.g_old_rec.legislation_code);
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 10);
334: End delete_validate;

Line 331: ,ben_xfi_shd.g_old_rec.legislation_code);

327: --
328: --
329: chk_startup_action(False
330: ,ben_xfi_shd.g_old_rec.business_group_id
331: ,ben_xfi_shd.g_old_rec.legislation_code);
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 10);
334: End delete_validate;
335: --