Skip to main content
Solved

In IFSAPP8 numeric value error when processing multiple action proposal lines.

  • December 16, 2022
  • 1 reply
  • 44 views

Kamani Dissanayake
Do Gooder (Employee)
Forum|alt.badge.img+5

In IFSAPP 8 ;

1. Navigate to MRP Action proposals window> Query with

b. MRP Message: Early Order

c. Action taken: <>Action Taken

 

2. Select multiple MRP action proposal lines (More than 4) > RMB > Reschedule Early order according to MRP due date

 

numeric or value error: character string buffer too small

Server error messages: 0a1dfe23-0861-4a90-909d-e222f3515277

 

Do you have any idea why this occurs and how to resolve this?

Best answer by Dinidu Udana

The reported error “PL/SQL: numeric or value error: character string buffer too small” occurs when the assigned value exceeds the length of the variable.

the reported error probably occurs due to following reasons.

 

1. Variable length of local_attr_ in New & Modify methods of MRP_PART_ACTION_NOTE_API is 1000. The value assigned to the variable exceeds the mentioned length.-  This has been fixed in APP10 by increasing the variable length to 5000.

2. Variable length of po_attr_ and note_attr_ in Reschedule_According_To_Mrp of MRP_PART_ACTION_API is 2000.  The value assigned to the variable exceeds the mentioned length.-  This has been fixed in  IFSAPP10 by clearing any existing data of variable po_attr_ and note_attr during each iteration.

View original
Did this topic help you find an answer to your question?

Dinidu Udana
Hero (Employee)
Forum|alt.badge.img+12

The reported error “PL/SQL: numeric or value error: character string buffer too small” occurs when the assigned value exceeds the length of the variable.

the reported error probably occurs due to following reasons.

 

1. Variable length of local_attr_ in New & Modify methods of MRP_PART_ACTION_NOTE_API is 1000. The value assigned to the variable exceeds the mentioned length.-  This has been fixed in APP10 by increasing the variable length to 5000.

2. Variable length of po_attr_ and note_attr_ in Reschedule_According_To_Mrp of MRP_PART_ACTION_API is 2000.  The value assigned to the variable exceeds the mentioned length.-  This has been fixed in  IFSAPP10 by clearing any existing data of variable po_attr_ and note_attr during each iteration.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings