DBA Data[Home] [Help]

APPS.QPR_USER_PLAN_INIT_PVT dependencies on QPR_PRICE_PLANS_B

Line 116: from qpr_price_plans_b

112: where user_id=c_p_user_id;
113:
114: Cursor c_valid_plan (c_p_plan_id number) is
115: select price_plan_id
116: from qpr_price_plans_b
117: where price_plan_id = c_p_plan_id;
118:
119: l_user_id NUMBER;
120: l_plan_id NUMBER;