DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on WSH_UTIL_CORE

Line 915: WSH_Util_Core.PrintLn('Error occured on initiate the Outbound to Partner Application ' ||

911: x_error_code => l_error_code,
912: x_msg_data => l_msg_data);
913:
914: IF l_return_status <> 'S' THEN
915: WSH_Util_Core.PrintLn('Error occured on initiate the Outbound to Partner Application ' ||
916: 'with the following error message ' || l_msg_data);
917: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - Error occured ');
918: ELSE
919: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - success ');

Line 920: WSH_Util_Core.PrintLn('Successfully initiated the Outbound to Partner Application => ' ||

916: 'with the following error message ' || l_msg_data);
917: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - Error occured ');
918: ELSE
919: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - success ');
920: WSH_Util_Core.PrintLn('Successfully initiated the Outbound to Partner Application => ' ||
921: x_trolin_tbl(l_index).inventory_item_id);
922: END IF;
923: END IF;
924:

Line 1174: WSH_Util_Core.PrintLn('Error occured on initiate the Outbound to Partner Application ' ||

1170: x_error_code => l_error_code,
1171: x_msg_data => l_msg_data);
1172:
1173: IF l_return_status <> 'S' THEN
1174: WSH_Util_Core.PrintLn('Error occured on initiate the Outbound to Partner Application ' ||
1175: 'with the following error message ' || l_msg_data);
1176: ELSE
1177: --Jalaj Srivastava Bug 5695822
1178: --table index used was l_index. should be i.

Line 1180: WSH_Util_Core.PrintLn('Successfully initiated the Outbound to Partner Application => ' ||

1176: ELSE
1177: --Jalaj Srivastava Bug 5695822
1178: --table index used was l_index. should be i.
1179: --table should be l_trolin_tbl instead of x_trolin_tbl
1180: WSH_Util_Core.PrintLn('Successfully initiated the Outbound to Partner Application => ' ||
1181: l_trolin_tbl(i).inventory_item_id);
1182: END IF;
1183: END IF;
1184: