DBA Data[Home] [Help]

APPS.JTF_RS_ROLE_RELATE_VUHK dependencies on CN_SRP_PAYGROUP_PUB

Line 184: cn_srp_paygroup_pub.create_mass_asgn_srp_pay

180: debugmsg('p_srp_role_id = ' || p_srp_role_id);
181: debugmsg('l_rec.role_pay_group_id = ' || l_rec.role_pay_group_id);
182:
183: -- strange to call PUB here, but there for historical reason
184: cn_srp_paygroup_pub.create_mass_asgn_srp_pay
185: (p_api_version => 1.0,
186: x_return_status => l_return_status,
187: x_msg_count => l_msg_count,
188: x_msg_data => l_msg_data,

Line 493: cn_srp_paygroup_pub.update_mass_asgn_srp_pay

489: debugmsg('p_srp_role_id = ' || p_srp_role_id);
490: debugmsg('l_rec.role_pay_group_id = ' || l_rec.role_pay_group_id);
491:
492: -- strange to call PUB here, but there for historical reason
493: cn_srp_paygroup_pub.update_mass_asgn_srp_pay
494: (p_api_version => 1.0,
495: x_return_status => l_return_status,
496: x_msg_count => l_msg_count,
497: x_msg_data => l_msg_data,