DBA Data[Home] [Help]

APPS.CN_RT_QUOTA_ASGN_PVT dependencies on CN_CHK_PLAN_ELEMENT_PKG

Line 1329: cn_chk_plan_element_pkg.chk_date_effective (x_return_status => x_return_status,

1325: END IF;
1326:
1327: -- 4. Check date Effetcivity, quota rate assigns start date and end must
1328: -- be with start date and end date of the quota date
1329: cn_chk_plan_element_pkg.chk_date_effective (x_return_status => x_return_status,
1330: p_start_date => p_rt_quota_asgn.start_date,
1331: p_end_date => p_rt_quota_asgn.end_date,
1332: p_quota_id => p_rt_quota_asgn.quota_id,
1333: p_object_type => 'RATE',