DBA Data[Home] [Help]

APPS.HR_PAC_BUS dependencies on HR_PAC_SHD

Line 70: hr_pac_shd.constraint_error ('HR_PAC_PAB_PAT_ARC');

66: or (p_component_pattern_id is null
67: and p_pattern_bit_id is null)
68: then
69: --
70: hr_pac_shd.constraint_error ('HR_PAC_PAB_PAT_ARC');
71: --
72: end if;
73: --
74: end check_parameters;

Line 212: Procedure insert_validate(p_rec in hr_pac_shd.g_rec_type) is

208: end chk_component_pattern_id;
209: -- ----------------------------------------------------------------------------
210: -- |---------------------------< insert_validate >----------------------------|
211: -- ----------------------------------------------------------------------------
212: Procedure insert_validate(p_rec in hr_pac_shd.g_rec_type) is
213: --
214: l_proc varchar2(72) := g_package||'insert_validate';
215: --
216: Begin

Line 237: Procedure update_validate(p_rec in hr_pac_shd.g_rec_type) is

233: --
234: -- ----------------------------------------------------------------------------
235: -- |---------------------------< update_validate >----------------------------|
236: -- ----------------------------------------------------------------------------
237: Procedure update_validate(p_rec in hr_pac_shd.g_rec_type) is
238: --
239: l_proc varchar2(72) := g_package||'update_validate';
240: --
241: Begin

Line 254: Procedure delete_validate(p_rec in hr_pac_shd.g_rec_type) is

250: --
251: -- ----------------------------------------------------------------------------
252: -- |---------------------------< delete_validate >----------------------------|
253: -- ----------------------------------------------------------------------------
254: Procedure delete_validate(p_rec in hr_pac_shd.g_rec_type) is
255: --
256: l_proc varchar2(72) := g_package||'delete_validate';
257: --
258: Begin