DBA Data[Home] [Help]

APPS.FTE_PO_INTEGRATION_GRP dependencies on FND_MESSAGE

Line 508: FND_MESSAGE.SET_NAME('FTE','FTE_EC_NO_DATA_FOUND');

504: END IF;
505: --}
506: ELSE
507: -- No record found for the given rcv header id
508: FND_MESSAGE.SET_NAME('FTE','FTE_EC_NO_DATA_FOUND');
509: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
510: raise e_validation_error;
511: END IF;
512: --

Line 509: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);

505: --}
506: ELSE
507: -- No record found for the given rcv header id
508: FND_MESSAGE.SET_NAME('FTE','FTE_EC_NO_DATA_FOUND');
509: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
510: raise e_validation_error;
511: END IF;
512: --
513: -- Get all Rates ( except LTL) Cotainer Level Rates

Line 607: FND_MESSAGE.SET_NAME('FTE','FTE_EC_MISSING_DETAIL_NET_QTY');

603: WSH_DEBUG_SV.log(l_module_name,'Total net Qty for the contents of the Container id ',l_CNT_parent_cont_id_table(i) ||
604: ' s zero '||l_total_net_qty);
605: END IF;
606: --dbms_output.put_line('Total Qty of the container contents is zero ');
607: FND_MESSAGE.SET_NAME('FTE','FTE_EC_MISSING_DETAIL_NET_QTY');
608: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
609: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
610: raise e_validation_error;
611: --}

Line 608: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);

604: ' s zero '||l_total_net_qty);
605: END IF;
606: --dbms_output.put_line('Total Qty of the container contents is zero ');
607: FND_MESSAGE.SET_NAME('FTE','FTE_EC_MISSING_DETAIL_NET_QTY');
608: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
609: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
610: raise e_validation_error;
611: --}
612: END IF;

Line 704: l_message := FND_MESSAGE.Get_String('FTE', 'FTE_EC_NO_RATES_AVAILABLE');

700: --dbms_output.put_line('Building Output Table ');
701: -- Building Output Table for Non-Rates receipts
702: -- Storing all receipt lines, which do not have any rates or partial rates or dirty rates
703: -- Cost is zero for this case.
704: l_message := FND_MESSAGE.Get_String('FTE', 'FTE_EC_NO_RATES_AVAILABLE');
705: --dbms_output.put_line('Message Rate not found '||l_message);
706: -- Purge the table before storing receipt lines and cost
707: l_rcv_ship_lines_table.delete;
708: l_rcv_ship_cost_table.delete;

Line 787: FND_MESSAGE.SET_NAME('FTE','FTE_EC_RATES_NOT_AVAILABLE');

783: --{
784: --dbms_output.put_line('Delivery w/ rates not found for shipment header id '||p_shipment_header_id);
785: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
786: l_number_of_warnings := l_number_of_warnings + 1;
787: FND_MESSAGE.SET_NAME('FTE','FTE_EC_RATES_NOT_AVAILABLE');
788: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
789: raise e_validation_error;
790: --}
791: end if;

Line 788: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);

784: --dbms_output.put_line('Delivery w/ rates not found for shipment header id '||p_shipment_header_id);
785: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
786: l_number_of_warnings := l_number_of_warnings + 1;
787: FND_MESSAGE.SET_NAME('FTE','FTE_EC_RATES_NOT_AVAILABLE');
788: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
789: raise e_validation_error;
790: --}
791: end if;
792: l_message := FND_MESSAGE.Get_String('FTE', 'FTE_EC_RATES_AVAILABLE');

Line 792: l_message := FND_MESSAGE.Get_String('FTE', 'FTE_EC_RATES_AVAILABLE');

788: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
789: raise e_validation_error;
790: --}
791: end if;
792: l_message := FND_MESSAGE.Get_String('FTE', 'FTE_EC_RATES_AVAILABLE');
793: --
794: --dbms_output.put_line('No of Rates lines '|| l_rcv_ship_line_id_table.count );
795: l_loop_counter := 1;
796: FOR l_loop_counter IN 1..2

Line 876: FND_MESSAGE.SET_NAME('FTE','FTE_EC_ERROR_SHP_LN_API');

872: X_RCV_SHIP_LINES_TABLE =>l_rcv_ship_lines_table,
873: X_RCV_SHIP_COST_TABLE =>l_rcv_ship_cost_table);
874: if x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS then
875: --dbms_output.put_line('error while calling get_rcv_shipment_lines API');
876: FND_MESSAGE.SET_NAME('FTE','FTE_EC_ERROR_SHP_LN_API');
877: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
878: IF l_debug_on THEN
879: WSH_DEBUG_SV.log(l_module_name,'Error after Calling get_rcv_shipment_lines API Status : ',x_return_status );
880: END IF;

Line 877: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);

873: X_RCV_SHIP_COST_TABLE =>l_rcv_ship_cost_table);
874: if x_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS then
875: --dbms_output.put_line('error while calling get_rcv_shipment_lines API');
876: FND_MESSAGE.SET_NAME('FTE','FTE_EC_ERROR_SHP_LN_API');
877: FND_MESSAGE.SET_TOKEN('LOG_FILE',l_debugfile);
878: IF l_debug_on THEN
879: WSH_DEBUG_SV.log(l_module_name,'Error after Calling get_rcv_shipment_lines API Status : ',x_return_status );
880: END IF;
881: raise e_validation_error;

Line 1164: FND_MESSAGE.SET_NAME('FTE','FTE_EC_SHIP_QTY_ZERO');

1160: IF nvl(P_SHIP_QTY,0) <= 0 then
1161: WSH_DEBUG_SV.logmsg(l_sub_module_name,'Total Ship Qty for the PO Line'||p_po_line_id||'-'||P_PO_LINE_LOCATION_ID||
1162: ' zero qty '||l_total_net_qty);
1163: --dbms_output.put_line('Total Ship Qty is zero ');
1164: FND_MESSAGE.SET_NAME('FTE','FTE_EC_SHIP_QTY_ZERO');
1165: -- x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
1166: --dbms_output.put_line('Total Ship Qty for the given po line id, po line location id is zero ');
1167: -- raise e_validation_error;
1168: END IF;