DBA Data[Home] [Help]

APPS.CN_COMP_PLANS_PKG dependencies on CN_QUOTA_ASSIGNS_PKG

Line 707: cn_quota_assigns_pkg.begin_record

703:
704: IF SQL%FOUND THEN
705: -- Delete all quota assignments that belong to the plan
706: -- this wil cascade to all child tables
707: cn_quota_assigns_pkg.begin_record
708: (X_Operation => 'DELETE',
709: X_Quota_Id => null, -- delete all quotas assigned to plan
710: X_Comp_Plan_Id => x_comp_plan_id,
711: X_Quota_Assign_Id => l_junk, -- not used