Technology Stack - EBS (MOSC)

MOSC Banner

Custom.pll in R12.2.4

edited Aug 20, 2021 10:55AM in Technology Stack - EBS (MOSC) 1 commentAnswered

Hi All,

Iam trying to modify the custom.pll but I keep getting the below error when I try to save the record.

Do we need to regenerate the jar files, by the way we are in R12.2.4.

=====================================

ERROR----

ORA-01403: no data found

--------------------------------------------------------------

FRM-40735: ZOOM trigger raised unhandled exception ORA-06502.

=====================================


=========================

Code

IF (event_name = 'WHEN-VALIDATE-RECORD' ) THEN

IF (form_name = 'APXINWKB')  then

if  (block_name = 'INV_SUM_FOLDER') THEN

FND_MESSAGE.SET_STRING('IN Last Record');

FND_MESSAGE.SHOW;

end if ;

end if;

end if;

======================================================

Thanks

John

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