DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on WSH_UTIL_CORE

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

861: x_error_code => l_error_code,
862: x_msg_data => l_msg_data);
863:
864: IF l_return_status <> 'S' THEN
865: WSH_Util_Core.PrintLn('Error occured on initiate the Outbound to Partner Application ' ||
866: 'with the following error message ' || l_msg_data);
867: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - Error occured ');
868: ELSE
869: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - success ');

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

866: 'with the following error message ' || l_msg_data);
867: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - Error occured ');
868: ELSE
869: --gmi_reservation_util.println('- PAL - called GR_WF_UTIL_PUB.INITIATE_PROCESS_SALES_ORDER - success ');
870: WSH_Util_Core.PrintLn('Successfully initiated the Outbound to Partner Application => ' ||
871: x_trolin_tbl(l_index).inventory_item_id);
872: END IF;
873: END IF;
874:

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

1120: x_error_code => l_error_code,
1121: x_msg_data => l_msg_data);
1122:
1123: IF l_return_status <> 'S' THEN
1124: WSH_Util_Core.PrintLn('Error occured on initiate the Outbound to Partner Application ' ||
1125: 'with the following error message ' || l_msg_data);
1126: ELSE
1127: --Jalaj Srivastava Bug 5695822
1128: --table index used was l_index. should be i.

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

1126: ELSE
1127: --Jalaj Srivastava Bug 5695822
1128: --table index used was l_index. should be i.
1129: --table should be l_trolin_tbl instead of x_trolin_tbl
1130: WSH_Util_Core.PrintLn('Successfully initiated the Outbound to Partner Application => ' ||
1131: l_trolin_tbl(i).inventory_item_id);
1132: END IF;
1133: END IF;
1134: