Inventory Management - EBS (MOSC)

MOSC Banner

INV_LABEL_PUB.print_label Erroring with wrong number or types of arguments in call to 'PRINT_LABEL'

edited Oct 1, 2021 3:16AM in Inventory Management - EBS (MOSC) 2 commentsAnswered ✓
Hello experts

Am i tried to execute below anonymous block got error
=======================
Error report -
ORA-06550: line 9, column 1:
PLS-00306: wrong number or types of arguments in call to 'PRINT_LABEL'
ORA-06550: line 9, column 1:
PL/SQL: Statement ignored
06550. 00000 -  "line %s, column %s:\n%s"
*Cause:    Usually a PL/SQL compilation error.
*Action:
=============================

Anonymous Block
declare
l_return_status varchar2(1);
l_msg_count     NUMBER;
l_msg_data      VARCHAR2(4000);
l_label_status  VARCHAR2(100);

begin
apps.INV_LABEL_PUB.print_label(
x_return_status      =>l_return_status
,x_msg_count      =>l_msg_count
,x_msg_data          =>l_msg_data
,x_label_status      =>l_label_status

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