EBS Customizations (MOSC)

MOSC Banner

not able to use the expression in forms personalization

edited Feb 3, 2010 10:28PM in EBS Customizations (MOSC) 3 commentsAnswered
 Hi I am trying to use the built in execute procedure  option to call a custom procedure.
and when passing the expression ${item.po_defaults.ship_to_organization.value} as a prameter its giving some error like, could not be evaluated because of error ORA-00923: FROM keyword not found where expected.

Can any one share your experience in R12, if there is any restriction to use these expressions.

I have tried 

begin
XXUS_TEST('ac', ${item.po_defaults.ship_to_organization.value});
end

also 

='begin
XXUS_TEST('ac', ${item.po_defaults.ship_to_organization.value});
end'

where as 
begin
XXUS_TEST('ac','AC');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center