DBA Data[Home] [Help]

APPS.HR_TTL_BUS dependencies on HR_TTL_SHD

Line 45: (p_rec in hr_ttl_shd.g_rec_type

41: --
42: -- {End Of Comments}
43: -- ----------------------------------------------------------------------------
44: Procedure chk_non_updateable_args
45: (p_rec in hr_ttl_shd.g_rec_type
46: ) IS
47: --
48: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
49: --

Line 55: IF NOT hr_ttl_shd.api_updating

51: --
52: -- Only proceed with the validation if a row exists for the current
53: -- record in the HR Schema.
54: --
55: IF NOT hr_ttl_shd.api_updating
56: (p_topic_id => p_rec.topic_id,
57: p_language => p_rec.language
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 242: (p_rec in hr_ttl_shd.g_rec_type,

238: -- ----------------------------------------------------------------------------
239: -- |---------------------------< insert_validate >----------------------------|
240: -- ----------------------------------------------------------------------------
241: Procedure insert_validate
242: (p_rec in hr_ttl_shd.g_rec_type,
243: p_topic_id in number
244: ) is
245: --
246: l_proc varchar2(72) := g_package||'insert_validate';

Line 268: (p_rec in hr_ttl_shd.g_rec_type

264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< update_validate >----------------------------|
266: -- ----------------------------------------------------------------------------
267: Procedure update_validate
268: (p_rec in hr_ttl_shd.g_rec_type
269: ) is
270: --
271: l_proc varchar2(72) := g_package||'update_validate';
272: --

Line 295: (p_rec in hr_ttl_shd.g_rec_type

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