DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_PDT_SHD

Line 135: (p_rec in out nocopy hr_pdt_shd.g_rec_type

131: --
132: -- {End of comments}
133: -- ----------------------------------------------------------------------------
134: Procedure insert_validate
135: (p_rec in out nocopy hr_pdt_shd.g_rec_type
136: );
137: --
138: -- ----------------------------------------------------------------------------
139: -- |---------------------------< update_validate >----------------------------|

Line 166: (p_rec in out nocopy hr_pdt_shd.g_rec_type

162: --
163: -- {End Of Comments}
164: -- ----------------------------------------------------------------------------
165: Procedure update_validate
166: (p_rec in out nocopy hr_pdt_shd.g_rec_type
167: );
168: --
169: -- ----------------------------------------------------------------------------
170: -- |---------------------------< delete_validate >----------------------------|

Line 202: (p_rec in hr_pdt_shd.g_rec_type

198: --
199: -- {End Of Comments}
200: -- ----------------------------------------------------------------------------
201: Procedure delete_validate
202: (p_rec in hr_pdt_shd.g_rec_type
203: );
204: --
205: end hr_pdt_bus;