DBA Data[Home] [Help]

APPS.PER_SOS_BUS dependencies on PER_SOS_SHD

Line 235: (p_rec in per_sos_shd.g_rec_type

231: --
232: -- {End Of Comments}
233: -- ----------------------------------------------------------------------------
234: Procedure chk_non_updateable_args
235: (p_rec in per_sos_shd.g_rec_type
236: ) IS
237: --
238: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
239: --

Line 245: IF NOT per_sos_shd.api_updating

241: --
242: -- Only proceed with the validation if a row exists for the current
243: -- record in the HR Schema.
244: --
245: IF NOT per_sos_shd.api_updating
246: (p_solution_id => p_rec.solution_id
247: ,p_solution_set_name => p_rec.solution_set_name
248: ,p_user_id => p_rec.user_id
249: ,p_object_version_number => p_rec.object_version_number

Line 266: (p_rec in per_sos_shd.g_rec_type

262: -- ----------------------------------------------------------------------------
263: -- |---------------------------< insert_validate >----------------------------|
264: -- ----------------------------------------------------------------------------
265: Procedure insert_validate
266: (p_rec in per_sos_shd.g_rec_type
267: ) is
268: --
269: l_proc varchar2(72) := g_package||'insert_validate';
270: --

Line 288: (p_rec in per_sos_shd.g_rec_type

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

Line 314: (p_rec in per_sos_shd.g_rec_type

310: -- ----------------------------------------------------------------------------
311: -- |---------------------------< delete_validate >----------------------------|
312: -- ----------------------------------------------------------------------------
313: Procedure delete_validate
314: (p_rec in per_sos_shd.g_rec_type
315: ) is
316: --
317: l_proc varchar2(72) := g_package||'delete_validate';
318: --