DBA Data[Home] [Help]

APPS.HR_CTX_BUS dependencies on HR_CTX_SHD

Line 44: (p_rec in hr_ctx_shd.g_rec_type

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

Line 54: IF NOT hr_ctx_shd.api_updating

50: --
51: -- Only proceed with the validation if a row exists for the current
52: -- record in the HR Schema.
53: --
54: IF NOT hr_ctx_shd.api_updating
55: (p_context_id => p_rec.context_id
56: ,p_object_version_number => p_rec.object_version_number
57: ) THEN
58: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 142: (p_rec in hr_ctx_shd.g_rec_type

138: -- ----------------------------------------------------------------------------
139: -- |---------------------------< insert_validate >----------------------------|
140: -- ----------------------------------------------------------------------------
141: Procedure insert_validate
142: (p_rec in hr_ctx_shd.g_rec_type
143: ) is
144: --
145: l_proc varchar2(72) := g_package||'insert_validate';
146: --

Line 168: (p_rec in hr_ctx_shd.g_rec_type

164: -- ----------------------------------------------------------------------------
165: -- |---------------------------< update_validate >----------------------------|
166: -- ----------------------------------------------------------------------------
167: Procedure update_validate
168: (p_rec in hr_ctx_shd.g_rec_type
169: ) is
170: --
171: l_proc varchar2(72) := g_package||'update_validate';
172: --

Line 198: (p_rec in hr_ctx_shd.g_rec_type

194: -- ----------------------------------------------------------------------------
195: -- |---------------------------< delete_validate >----------------------------|
196: -- ----------------------------------------------------------------------------
197: Procedure delete_validate
198: (p_rec in hr_ctx_shd.g_rec_type
199: ) is
200: --
201: l_proc varchar2(72) := g_package||'delete_validate';
202: --