DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_PLAN_CHARS

Line 121: -- Getting the result_column_name stored in QA_PLAN_CHARS,

117: WHILE char_id <= elements.last
118: LOOP
119: --input_val := elements(char_id).value;
120:
121: -- Getting the result_column_name stored in QA_PLAN_CHARS,
122: -- for the collection and append it to the string.
123: --
124: l_rescol := QA_ERES_PKG.get_result_column_name(p_plan_id, char_id);
125: --

Line 509: FROM qa_chars qc, qa_plan_chars qpc

505: def_seq_val VARCHAR2(100);
506: BEGIN
507: SELECT qc.char_id
508: BULK COLLECT INTO seq_charid_tab
509: FROM qa_chars qc, qa_plan_chars qpc
510: WHERE qpc.plan_id = x_plan_id
511: AND qc.char_id = qpc.char_id
512: AND qc.datatype = 5;
513: