DBA Data[Home] [Help]

APPS.QA_INSPECTION_PKG dependencies on QA_RESULTS

Line 105: from qa_results

101: transaction_date,
102: created_by,
103: last_updated_by,
104: last_update_login
105: from qa_results
106: where collection_id = x_coll_id and
107: transaction_id is not null and
108: rownum =1;
109: