DBA Data[Home] [Help]

APPS.CN_COMP_PLANS_PKG dependencies on CN_QUOTA_ASSIGNS_PKG

Line 725: cn_quota_assigns_pkg.begin_record

721:
722: IF SQL%FOUND THEN
723: -- Delete all quota assignments that belong to the plan
724: -- this wil cascade to all child tables
725: cn_quota_assigns_pkg.begin_record
726: (X_Operation => 'DELETE',
727: X_Quota_Id => null, -- delete all quotas assigned to plan
728: X_Comp_Plan_Id => x_comp_plan_id,
729: X_Quota_Assign_Id => l_junk, -- not used