DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_PLAN_CHARS

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

111: WHILE char_id <= elements.last
112: LOOP
113: --input_val := elements(char_id).value;
114:
115: -- Getting the result_column_name stored in QA_PLAN_CHARS,
116: -- for the collection and append it to the string.
117: --
118: l_rescol := QA_ERES_PKG.get_result_column_name(p_plan_id, char_id);
119: --

Line 456: FROM qa_chars qc, qa_plan_chars qpc

452: def_seq_val VARCHAR2(100);
453: BEGIN
454: SELECT qc.char_id
455: BULK COLLECT INTO seq_charid_tab
456: FROM qa_chars qc, qa_plan_chars qpc
457: WHERE qpc.plan_id = x_plan_id
458: AND qc.char_id = qpc.char_id
459: AND qc.datatype = 5;
460: