DBA Data[Home] [Help]

APPS.WMS_RFID_DEVICE_PUB dependencies on STANDARD

Line 1578: trace('process_rfid_receiving_txn: Standard routing/inspection,insert into interface TABLE');

1574: l_source_type := 'ASNEXP';-- ASN
1575: END IF;
1576:
1577: IF (l_debug = 1) THEN
1578: trace('process_rfid_receiving_txn: Standard routing/inspection,insert into interface TABLE');
1579: trace('l_move_order_header_id :'||l_move_order_header_id);
1580: trace('p_dest_org_id :'|| p_dest_org_id);
1581: trace('l_shipment_header_id :'||l_shipment_header_id);
1582: trace('ASN/Internal Req l_source_type'||l_source_type);

Line 1810: --OF standard RCV failure mesg

1806:
1807: exception
1808: when OTHERS THEN
1809: IF l_lot_ser_flag = 'N' THEN --return other status to avoid overwrite
1810: --OF standard RCV failure mesg
1811: x_return_status := 'N';
1812: ELSE
1813: x_return_status := 'E';
1814: END IF;

Line 3397: --Standard/inspection routing

3393: trace('process_rfid_txn: Receiving txn failed');
3394: END IF;
3395:
3396: IF l_routing_id = 1 OR l_routing_id = 2 THEN
3397: --Standard/inspection routing
3398: IF l_return_status <> 'N' THEN --avoid overwriting of mesg SET IN the API call
3399: FND_MESSAGE.SET_NAME('WMS', 'WMS_RFID_STD_INSP_RCV_FAIL');
3400: FND_MSG_PUB.ADD;
3401: END IF;

Line 3426: --Standard/inspection routing

3422: trace('process_rfid_txn: Receiving txn succeeded');
3423: END IF;
3424:
3425: IF l_routing_id = 1 OR l_routing_id = 2 THEN
3426: --Standard/inspection routing
3427: generate_xml_csv_api(l_device_id,wms_device_integration_pvt.WMS_BE_STD_INSP_RECEIPT,l_organization_id,l_lpn_id,l_output_method_id,l_subinventory_code,l_locator_id,'S', p_event_date,l_request_id,l_return_status);
3428:
3429:
3430: ELSIF l_routing_id = 3 THEN