DBA Data[Home] [Help]

APPS.CN_PAYGROUP_PVT dependencies on CN_SRP_PERIODS

Line 1125: FROM cn_srp_periods csp,

1121: BEGIN
1122: SELECT 1 INTO l_dummy FROM dual
1123: WHERE NOT EXISTS
1124: ( SELECT 1
1125: FROM cn_srp_periods csp,
1126: cn_posting_details_sum cpd,
1127: cn_srp_pay_groups spg
1128: WHERE cpd.credited_salesrep_id = spg.salesrep_id
1129: and cpd.pay_period_id = csp.period_id

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,