DBA Data[Home] [Help]

APPS.PAY_CNU_BUS dependencies on PAY_CNU_SHD

Line 107: ,p_rec in pay_cnu_shd.g_rec_type

103: -- {End of comments}
104: -- ----------------------------------------------------------------------------
105: Procedure insert_validate
106: (p_effective_date in date
107: ,p_rec in pay_cnu_shd.g_rec_type
108: ,p_code_Rate_id out nocopy PAY_FR_CONTRIBUTION_USAGES.CODE_RATE_ID%TYPE
109: );
110: --
111: -- ----------------------------------------------------------------------------

Line 145: ,p_rec in pay_cnu_shd.g_rec_type

141: -- {End Of Comments}
142: -- ----------------------------------------------------------------------------
143: Procedure update_validate
144: (p_effective_date in date
145: ,p_rec in pay_cnu_shd.g_rec_type
146: );
147: --
148: -- ----------------------------------------------------------------------------
149: -- |---------------------------< delete_validate >----------------------------|

Line 181: (p_rec in pay_cnu_shd.g_rec_type

177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure delete_validate
181: (p_rec in pay_cnu_shd.g_rec_type
182: );
183: --
184: end pay_cnu_bus;