DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on QA_PLAN_CHARS

Line 865: from qa_plan_chars

861: is
862:
863: cursor res_cur is
864: select result_column_name
865: from qa_plan_chars
866: where plan_id = p_plan_id
867: and char_id = 8; --8 is Inspection Result
868:
869: res_col varchar2(20);