DBA Data[Home] [Help]

APPS.CN_ROLE_PAY_GROUPS_PVT dependencies on CN_SRP_PAY_GROUPS_ALL

Line 1443: Update cn_srp_pay_groups_all

1439: --Added by Harish
1440: -- if any of the salesreps with this role has any unpaid payment batch for this period,
1441: -- the paygroup mass assignment relationship is severed
1442: -- and is treated like an resource level paygroup assignment.
1443: Update cn_srp_pay_groups_all
1444: set role_pay_group_id = null
1445: where role_pay_group_id = l_role_pay_group_id;
1446: --End
1447: