DBA Data[Home] [Help]

APPS.QA_ERES_UTIL dependencies on DUAL

Line 260: FROM dual;

256:
257: -- Get the Plan Element Action Trigger ID
258: SELECT qa_plan_char_action_triggers_s.nextval
259: INTO l_qpcat_id
260: FROM dual;
261:
262: -- Create a new Plan Element Action Trigger
263: INSERT INTO qa_plan_char_action_triggers
264: (

Line 303: FROM dual;

299:
300: -- Generate the Plan Element Action ID
301: SELECT qa_plan_char_actions_s.nextval
302: INTO l_qpca_id
303: FROM dual;
304:
305: -- Get the Rejection Message
306: l_message := FND_MESSAGE.get_string( 'QA', 'QA_ERES_CANNOT_UPDATE_RESULT' );
307: