DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_CHARS_API

Line 1742: qa_chars_api.hardcoded_column(l_results_array(id_ctr).element_id)||

1738: loop
1739: If l_results_array(id_ctr).id IS NOT NULL THEN
1740: -- Append the HC element column name to the char id string
1741: charid_str := charid_str ||
1742: qa_chars_api.hardcoded_column(l_results_array(id_ctr).element_id)||
1743: ',';
1744: -- Append the Id value to Normalized id string
1745: id_str := id_str || l_results_array(id_ctr).id||',';
1746: End If;