DBA Data[Home] [Help]

APPS.QA_SEQUENCE_API dependencies on QA_PLANS

Line 1184: SELECT name FROM qa_plans

1180: -- Bug 3160651 following cursor defined
1181: l_plan_name VARCHAR2(40);
1182:
1183: CURSOR plan_cur(l_plan_id NUMBER) IS
1184: SELECT name FROM qa_plans
1185: WHERE plan_id = l_plan_id;
1186:
1187: --Bug 5114865
1188: l_childUpdate_retval VARCHAR2(10);