DBA Data[Home] [Help]

APPS.CN_ROLE_PAY_GROUPS_PVT dependencies on CN_SRP_PERIODS_PVT

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

998: END IF;
999: END IF; -- if overlap
1000:
1001: -- Call srp-plan assignment API to insert
1002: -- Call cn_srp_periods_pvt api to affect the records in cn_srp_periods
1003:
1004: FOR roles IN get_roles(l_rec.salesrep_id,l_rec.org_id) LOOP
1005: IF ((roles.start_date <= l_rec.start_date AND roles.end_date >=
1006: l_rec.start_date) OR

Line 1044: cn_srp_periods_pvt.create_srp_periods

1040: END IF;
1041:
1042: IF nvl(plans.end_date, l_null_date) > plans.start_date THEN
1043:
1044: cn_srp_periods_pvt.create_srp_periods
1045: ( p_api_version => p_api_version,
1046: p_init_msg_list => fnd_api.g_false,
1047: p_commit => fnd_api.g_false,
1048: p_validation_level => p_validation_level,

Line 1362: cn_srp_periods_pvt.create_srp_periods

1358: END IF;
1359:
1360: IF nvl(plans.end_date, l_null_date) > plans.start_date THEN
1361:
1362: cn_srp_periods_pvt.create_srp_periods
1363: ( p_api_version => p_api_version,
1364: p_init_msg_list => fnd_api.g_false,
1365: p_commit => fnd_api.g_false,
1366: p_validation_level => p_validation_level,