DBA Data[Home] [Help]

APPS.QA_SEQUENCE_API dependencies on QA_PLANS

Line 1130: SELECT name FROM qa_plans

1126: -- Bug 3160651 following cursor defined
1127: l_plan_name VARCHAR2(40);
1128:
1129: CURSOR plan_cur(l_plan_id NUMBER) IS
1130: SELECT name FROM qa_plans
1131: WHERE plan_id = l_plan_id;
1132:
1133: --Bug 5114865
1134: l_childUpdate_retval VARCHAR2(10);