Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Manual tabular form, how to pass the apex_item.select_

ApexMeisterMar 14 2016 — edited Mar 17 2016

I'm using apex 5.02 and 11g DB

I have a classic report with select of

SELECT empno, APEX_ITEM.POPUP_FROM_LOV(7,deptno,'LOV_DEPT')  deptno

FROM emp.

I created a virtual column as a link to call another page

Name = DERIVED$01, type= LINK

target = Page in this application

Page 2

Set Items

Name = p2_deptno, value = #DEPTNO#

This results to

report error:

ORA-06502: PL/SQL: numeric or value error: character string buffer too small

If I hard code the value to somelike 10 it would be ok also please note that in this manual tabular I need to all to add new row.

This means I need to access the value from the apex_item and not straight from the DB.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2016
Added on Mar 14 2016
6 comments
1,217 views