Hi everyone,
I just upgraded my application from CE9 to BOXI.
In CE9 I was quering aps_infoobjects for the report ID, by using the name of the report like(converting a raw to a varchar2):
This query doesn't seem to work with the BOXI cms_infoobjects table. I get the error:
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error
ORA-06512: at line 1
I'm assuming that BOXI isn't storing the objname in the same format as CE9 (as a raw). Anyone have any suggestions?
Thanks in Advance.
I just upgraded my application from CE9 to BOXI.
In CE9 I was quering aps_infoobjects for the report ID, by using the name of the report like(converting a raw to a varchar2):
Code:
SELECT ObjectID FROM APS_InfoObjects WHERE TypeID=2 AND utl_raw.cast_to_varchar2(objname)like 'Manpower Summary%'
This query doesn't seem to work with the BOXI cms_infoobjects table. I get the error:
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error
ORA-06512: at line 1
I'm assuming that BOXI isn't storing the objname in the same format as CE9 (as a raw). Anyone have any suggestions?
Thanks in Advance.