DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_CHARS_API

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

1669: loop
1670: If l_results_array(id_ctr).id IS NOT NULL THEN
1671: -- Append the HC element column name to the char id string
1672: charid_str := charid_str ||
1673: qa_chars_api.hardcoded_column(l_results_array(id_ctr).element_id)||
1674: ',';
1675: -- Append the Id value to Normalized id string
1676: id_str := id_str || l_results_array(id_ctr).id||',';
1677: End If;