DBA Data[Home] [Help]

APPS.PER_WBI_BUS dependencies on PER_WBI_SHD

Line 188: ,p_rec in per_wbi_shd.g_rec_type

184: -- {End Of Comments}
185: -- ----------------------------------------------------------------------------
186: Procedure chk_non_updateable_args
187: (p_effective_date in date
188: ,p_rec in per_wbi_shd.g_rec_type
189: ) IS
190: --
191: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
192: --

Line 198: IF NOT per_wbi_shd.api_updating

194: --
195: -- Only proceed with the validation if a row exists for the current
196: -- record in the HR Schema.
197: --
198: IF NOT per_wbi_shd.api_updating
199: (p_workbench_item_code => p_rec.workbench_item_code
200: ,p_object_version_number => p_rec.object_version_number
201: ) THEN
202: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 288: ,p_rec in per_wbi_shd.g_rec_type

284: -- |---------------------------< insert_validate >----------------------------|
285: -- ----------------------------------------------------------------------------
286: Procedure insert_validate
287: (p_effective_date in date
288: ,p_rec in per_wbi_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72) := g_package||'insert_validate';
292: --

Line 315: ,p_rec in per_wbi_shd.g_rec_type

311: -- |---------------------------< update_validate >----------------------------|
312: -- ----------------------------------------------------------------------------
313: Procedure update_validate
314: (p_effective_date in date
315: ,p_rec in per_wbi_shd.g_rec_type
316: ) is
317: --
318: l_proc varchar2(72) := g_package||'update_validate';
319: --

Line 348: (p_rec in per_wbi_shd.g_rec_type

344: -- ----------------------------------------------------------------------------
345: -- |---------------------------< delete_validate >----------------------------|
346: -- ----------------------------------------------------------------------------
347: Procedure delete_validate
348: (p_rec in per_wbi_shd.g_rec_type
349: ) is
350: --
351: l_proc varchar2(72) := g_package||'delete_validate';
352: --