DBA Data[Home] [Help]

APPS.CN_ROLE_PAY_GROUPS_PVT dependencies on CN_SRP_PERIODS_PVT

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

1048: END IF;
1049: END IF; -- if overlap
1050:
1051: -- Call srp-plan assignment API to insert
1052: -- Call cn_srp_periods_pvt api to affect the records in cn_srp_periods
1053:
1054: FOR roles IN get_roles(l_rec.salesrep_id,l_rec.org_id) LOOP
1055: IF ((roles.start_date <= l_rec.start_date AND roles.end_date >=
1056: l_rec.start_date) OR

Line 1094: cn_srp_periods_pvt.create_srp_periods

1090: END IF;
1091:
1092: IF nvl(plans.end_date, l_null_date) > plans.start_date THEN
1093:
1094: cn_srp_periods_pvt.create_srp_periods
1095: ( p_api_version => p_api_version,
1096: p_init_msg_list => fnd_api.g_false,
1097: p_commit => fnd_api.g_false,
1098: p_validation_level => p_validation_level,

Line 1412: cn_srp_periods_pvt.create_srp_periods

1408: END IF;
1409:
1410: IF nvl(plans.end_date, l_null_date) > plans.start_date THEN
1411:
1412: cn_srp_periods_pvt.create_srp_periods
1413: ( p_api_version => p_api_version,
1414: p_init_msg_list => fnd_api.g_false,
1415: p_commit => fnd_api.g_false,
1416: p_validation_level => p_validation_level,