DBA Data[Home] [Help]

APPS.HR_PAT_BUS dependencies on HR_PAT_SHD

Line 52: l_api_updating := hr_pat_shd.api_updating (p_pattern_id=> p_pattern_id,

48: --
49: -- Only perform check if we are not updating or if we are updating the
50: -- pattern name to something different from its present value.
51: --
52: l_api_updating := hr_pat_shd.api_updating (p_pattern_id=> p_pattern_id,
53: p_object_version_number=> p_object_version_number);
54: --
55: if ((l_api_updating and hr_pat_shd.g_old_rec.pattern_name <> p_pattern_name)
56: or (not l_api_updating))

Line 55: if ((l_api_updating and hr_pat_shd.g_old_rec.pattern_name <> p_pattern_name)

51: --
52: l_api_updating := hr_pat_shd.api_updating (p_pattern_id=> p_pattern_id,
53: p_object_version_number=> p_object_version_number);
54: --
55: if ((l_api_updating and hr_pat_shd.g_old_rec.pattern_name <> p_pattern_name)
56: or (not l_api_updating))
57: then
58: --
59: -- Look for a duplicate pattern name

Line 83: Procedure insert_validate(p_rec in hr_pat_shd.g_rec_type) is

79: end chk_pattern_name;
80: -- ----------------------------------------------------------------------------
81: -- |---------------------------< insert_validate >----------------------------|
82: -- ----------------------------------------------------------------------------
83: Procedure insert_validate(p_rec in hr_pat_shd.g_rec_type) is
84: --
85: l_proc varchar2(72) := g_package||'insert_validate';
86: --
87: Begin

Line 101: Procedure update_validate(p_rec in hr_pat_shd.g_rec_type) is

97: --
98: -- ----------------------------------------------------------------------------
99: -- |---------------------------< update_validate >----------------------------|
100: -- ----------------------------------------------------------------------------
101: Procedure update_validate(p_rec in hr_pat_shd.g_rec_type) is
102: --
103: l_proc varchar2(72) := g_package||'update_validate';
104: --
105: Begin

Line 121: Procedure delete_validate(p_rec in hr_pat_shd.g_rec_type) is

117: --
118: -- ----------------------------------------------------------------------------
119: -- |---------------------------< delete_validate >----------------------------|
120: -- ----------------------------------------------------------------------------
121: Procedure delete_validate(p_rec in hr_pat_shd.g_rec_type) is
122: --
123: l_proc varchar2(72) := g_package||'delete_validate';
124: --
125: -- Bug 12722071