Hi.. ,
My requirememnt is using oracle sql or plsql to fetch the 'ORIG_SYSTEM' from hz_orig_sys_references table based on the ownere_table_id paramenter passed to it . There may be multiple 'ORIG_SYSTEM' for one owner_table_id but i want to display all 'ORIG_SYSTEM' of each owner_table_id in a single row sepreted by '_' .Please suggest any effective solution for this .
Desired Output .
'ORIG_SYSTEM' OWNER_TABLE_ID
AXIS-QUT-OBI 1056
ZST-FBS-TIU 2309
Orignial Data
ORIG_SYSTEM' OWNER_TABLE_ID
AXIS 1056
QUT 1056
OBI 1056