APPS.CN_PMTPLAN_PVT dependencies on CN_ROLE_PMT_PLANS
Line 1422: FROM cn_role_pmt_plans
1418:
1419: -- Payment plan cannot be deleted if there are roles assiged to the payment plan
1420: SELECT COUNT(1)
1421: INTO l_count 1422: FROM cn_role_pmt_plans 1423: WHERE pmt_plan_id = l_pmt_plan_id;
1424: IF l_count <> 0
1425: THEN
1426: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)