DBA Data[Home] [Help]

APPS.CN_ROLE_PAY_GROUPS_PVT dependencies on CN_SRP_PAY_GROUPS_ALL

Line 1393: Update cn_srp_pay_groups_all

1389: --Added by Harish
1390: -- if any of the salesreps with this role has any unpaid payment batch for this period,
1391: -- the paygroup mass assignment relationship is severed
1392: -- and is treated like an resource level paygroup assignment.
1393: Update cn_srp_pay_groups_all
1394: set role_pay_group_id = null
1395: where role_pay_group_id = l_role_pay_group_id;
1396: --End
1397: