DBA Data[Home] [Help]

APPS.PAY_PYR_BUS dependencies on PAY_PYR_SHD

Line 294: ,p_rec IN pay_pyr_shd.g_rec_type

290: -- {End of comments}
291: -- ----------------------------------------------------------------------------
292: PROCEDURE insert_validate
293: (p_effective_date IN DATE
294: ,p_rec IN pay_pyr_shd.g_rec_type
295: );
296: --
297: -- ----------------------------------------------------------------------------
298: -- |---------------------------< update_validate >----------------------------|

Line 326: ,p_rec IN pay_pyr_shd.g_rec_type

322: -- {End Of Comments}
323: -- ----------------------------------------------------------------------------
324: PROCEDURE update_validate
325: (p_effective_date IN DATE
326: ,p_rec IN pay_pyr_shd.g_rec_type
327: );
328: --
329: -- ----------------------------------------------------------------------------
330: -- |---------------------------< delete_validate >----------------------------|

Line 362: (p_rec IN pay_pyr_shd.g_rec_type

358: --
359: -- {End Of Comments}
360: -- ----------------------------------------------------------------------------
361: PROCEDURE delete_validate
362: (p_rec IN pay_pyr_shd.g_rec_type
363: );
364: --
365: END pay_pyr_bus;