DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on QA_PLAN_CHARS

Line 846: from qa_plan_chars

842: is
843:
844: cursor res_cur is
845: select result_column_name
846: from qa_plan_chars
847: where plan_id = p_plan_id
848: and char_id = 8; --8 is Inspection Result
849:
850: res_col varchar2(20);