DBA Data[Home] [Help]

APPS.QA_ERES_UTIL dependencies on DUAL

Line 245: FROM dual;

241:
242: -- Get the Plan Element Action Trigger ID
243: SELECT qa_plan_char_action_triggers_s.nextval
244: INTO l_qpcat_id
245: FROM dual;
246:
247: -- Create a new Plan Element Action Trigger
248: INSERT INTO qa_plan_char_action_triggers
249: (

Line 288: FROM dual;

284:
285: -- Generate the Plan Element Action ID
286: SELECT qa_plan_char_actions_s.nextval
287: INTO l_qpca_id
288: FROM dual;
289:
290: -- Get the Rejection Message
291: l_message := FND_MESSAGE.get_string( 'QA', 'QA_ERES_CANNOT_UPDATE_RESULT' );
292: