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!

How to give column Reference in Interactive Grid

Mirza AdeelDec 28 2020

Dear ,
I want to give column reference in my pl/sql code. i have one page item which is P999_Balance and other column is in Interactive Grid which is EXP_AMOUNT. and my pl/sql code is
BEGIN
IF :P999_BALANCE >= :EXP_AMOUNT THEN
RETURN FALSE;
ELSE
RETURN TRUE;
END IF;
END;
but issue it does not work becasue my exp_amount column reference is wrong how can i give correct reference in Interactive Grid?

Thanks

Comments
Post Details
Added on Dec 28 2020
6 comments
7,734 views