DBA Data[Home] [Help]

APPS.QA_CHARS_API dependencies on QA_PLAN_CHARS

Line 144: qa_plan_chars QPC

140: QC.values_exist_flag,
141: QC.fk_lookup_type,
142: QC.fk_meaning
143: FROM qa_chars QC,
144: qa_plan_chars QPC
145: WHERE QC.char_id = QPC.char_id
146: AND QPC.plan_id = p_id
147: AND QPC.enabled_flag = 1;
148: