DBA Data[Home] [Help]

APPS.CN_QUOTA_ASSIGNS_PKG dependencies on CN_QUOTA_ASSIGNS_PKG

Line 1: PACKAGE BODY CN_QUOTA_ASSIGNS_PKG as

1: PACKAGE BODY CN_QUOTA_ASSIGNS_PKG as
2: /* $Header: cnpliqab.pls 120.2 2005/07/05 09:25:19 appldev ship $ */
3:
4: /*
5:

Line 92: cn_quota_assigns_pkg.check_exists(x_quota_id);

88: -- has changed.
89: -- must be called aftere the unique checks to ensure the plan
90: -- status is not updated even though the quota in/upd cannot be made.
91:
92: cn_quota_assigns_pkg.check_exists(x_quota_id);
93:
94: cn_comp_plans_pkg.set_status( x_comp_plan_id => x_comp_plan_id
95: ,x_quota_id => null
96: ,x_rate_schedule_id => null

Line 229: cn_quota_assigns_pkg.check_exists(x_quota_id);

225: BEGIN
226:
227: IF (x_quota_id <> x_quota_id_old ) THEN
228:
229: cn_quota_assigns_pkg.check_exists(x_quota_id);
230:
231: cn_comp_plans_pkg.set_status(
232: x_comp_plan_id => x_comp_plan_id
233: ,x_quota_id => null

Line 569: END CN_QUOTA_ASSIGNS_PKG;

565: app_exception.Raise_Exception;
566:
567: END Check_duplicate;
568:
569: END CN_QUOTA_ASSIGNS_PKG;