310: qpct.High_Value ,
311: qc.datatype,
312: qc.char_id
313: FROM qa_plan_collection_triggers qpct,
314: qa_chars qc
315: WHERE qpct.Collection_Trigger_ID = qc.char_id and
316: qpct.plan_transaction_id = p_plan_txn_id) LOOP
317:
318: IF NOT elements.EXISTS(plan_record.char_id) THEN