DBA Data[Home] [Help]

APPS.CN_PAYGROUP_PVT dependencies on CN_SRP_PERIODS_PVT

Line 1238: -- Call cn_srp_periods_pvt api to affect the records in cn_srp_periods

1234: p_PayGroup_rec.end_date,
1235: p_PayGroup_rec.org_id )
1236: LOOP
1237:
1238: -- Call cn_srp_periods_pvt api to affect the records in cn_srp_periods
1239: FOR roles IN get_roles(srp_paygroup_rec.salesrep_id,p_PayGroup_rec.org_id)
1240: LOOP
1241:
1242:

Line 1248: cn_srp_periods_pvt.create_srp_periods

1244: LOOP
1245:
1246:
1247:
1248: cn_srp_periods_pvt.create_srp_periods
1249: ( p_api_version => p_api_version,
1250: p_init_msg_list => fnd_api.g_false,
1251: p_commit => fnd_api.g_false,
1252: p_validation_level => p_validation_level,