DBA Data[Home] [Help]

APPS.PER_SCN_BUS dependencies on PER_SCN_SHD

Line 235: (p_rec in per_scn_shd.g_rec_type

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

Line 245: IF NOT per_scn_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_scn_shd.api_updating
246: (p_solution_id => p_rec.solution_id
247: ,p_component_name => p_rec.component_name
248: ,p_solution_type_name => p_rec.solution_type_name
249: ,p_object_version_number => p_rec.object_version_number

Line 266: (p_rec in per_scn_shd.g_rec_type

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

Line 294: (p_rec in per_scn_shd.g_rec_type

290: -- ----------------------------------------------------------------------------
291: -- |---------------------------< update_validate >----------------------------|
292: -- ----------------------------------------------------------------------------
293: Procedure update_validate
294: (p_rec in per_scn_shd.g_rec_type
295: ) is
296: --
297: l_proc varchar2(72) := g_package||'update_validate';
298: --

Line 326: (p_rec in per_scn_shd.g_rec_type

322: -- ----------------------------------------------------------------------------
323: -- |---------------------------< delete_validate >----------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure delete_validate
326: (p_rec in per_scn_shd.g_rec_type
327: ) is
328: --
329: l_proc varchar2(72) := g_package||'delete_validate';
330: --