DBA Data[Home] [Help]

APPS.HR_PAP_BUS dependencies on HR_PAP_SHD

Line 137: Procedure insert_validate(p_rec in hr_pap_shd.g_rec_type) is

133: end chk_pattern_purpose;
134: -- ----------------------------------------------------------------------------
135: -- |---------------------------< insert_validate >----------------------------|
136: -- ----------------------------------------------------------------------------
137: Procedure insert_validate(p_rec in hr_pap_shd.g_rec_type) is
138: --
139: l_proc varchar2(72) := g_package||'insert_validate';
140: --
141: Begin

Line 156: Procedure update_validate(p_rec in hr_pap_shd.g_rec_type) is

152: --
153: -- ----------------------------------------------------------------------------
154: -- |---------------------------< update_validate >----------------------------|
155: -- ----------------------------------------------------------------------------
156: Procedure update_validate(p_rec in hr_pap_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'update_validate';
159: --
160: Begin

Line 173: Procedure delete_validate(p_rec in hr_pap_shd.g_rec_type) is

169: --
170: -- ----------------------------------------------------------------------------
171: -- |---------------------------< delete_validate >----------------------------|
172: -- ----------------------------------------------------------------------------
173: Procedure delete_validate(p_rec in hr_pap_shd.g_rec_type) is
174: --
175: l_proc varchar2(72) := g_package||'delete_validate';
176: --
177: Begin