DBA Data[Home] [Help]

APPS.QA_MQA_PLAN_ELEMENTS dependencies on QA_PLAN_CHAR_ACTION_OUTPUTS

Line 354: FROM qa_plan_char_action_outputs

350: x_ref ActionTokenRefCursor;
351: BEGIN
352: OPEN x_ref FOR
353: SELECT token_name, char_id
354: FROM qa_plan_char_action_outputs
355: WHERE plan_char_action_id = x_plan_char_action_id;
356: RETURN x_ref;
357: END get_action_tokens;
358: