DBA Data[Home] [Help]

APPS.CN_PLAN_ELEMENT_PUB dependencies on CN_QUOTA_RULES_GRP

Line 2439: cn_quota_rules_grp.create_quota_rules (p_api_version => p_api_version,

2435: -- table record and the Quota Type.
2436: IF l_p_revenue_class_rec_tbl.COUNT > 0
2437: THEN
2438: -- call the group api to insert the quota rules and the trx factors.
2439: cn_quota_rules_grp.create_quota_rules (p_api_version => p_api_version,
2440: p_init_msg_list => 'T',
2441: p_commit => p_commit,
2442: p_validation_level => p_validation_level,
2443: x_return_status => x_return_status,

Line 3203: cn_quota_rules_grp.update_quota_rules (p_api_version => p_api_version,

3199: THEN
3200: IF l_p_revenue_class_rec_tbl.COUNT > 0
3201: THEN
3202: -- Call the Quota Rules Update Procedure if the Count IS > 0
3203: cn_quota_rules_grp.update_quota_rules (p_api_version => p_api_version,
3204: p_init_msg_list => 'T',
3205: p_commit => p_commit,
3206: p_validation_level => p_validation_level,
3207: x_return_status => x_return_status,