DBA Data[Home] [Help]

APPS.CN_API dependencies on CN_QUOTA_ASSIGNS

Line 478: RETURN cn_quota_assigns.quota_assign_id%TYPE;

474: --| Desc : Pass in quota id , comp_plan_id then return quota_assing_id
475: --| ---------------------------------------------------------------------+
476: FUNCTION get_quota_assign_id( p_quota_id NUMBER,
477: p_comp_plan_id NUMBER)
478: RETURN cn_quota_assigns.quota_assign_id%TYPE;
479:
480: --PRAGMA RESTRICT_REFERENCES (get_quota_assign_id,WNDS,WNPS);
481:
482: