DBA Data[Home] [Help]

APPS.CN_COMP_PLAN_PVT dependencies on CN_QUOTA_ASSIGNS_ALL

Line 1803: Select * from cn_quota_assigns_all

1799: Where comp_plan_id = p_comp_plan_id
1800: And org_id = p_org_id;
1801:
1802: CURSOR get_quota_assign_data IS
1803: Select * from cn_quota_assigns_all
1804: Where comp_plan_id = p_comp_plan_id;
1805:
1806: l_comp_plan get_comp_plan_data%rowtype;
1807: l_comp_plan_rec comp_plan_rec_type;