DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on OE_DS_PVT

Line 3286: print_debug('Calling OE_DS_PVT.DropShipReceive', 9);

3282: -- if it's dropship deliver, then call the om API to update
3283: -- the shipped qty for the sales order with p_mode=1
3284: IF (p_logical_trx_type_code = G_LOGTRXCODE_DSDELIVER) THEN
3285: IF (l_debug = 1) THEN
3286: print_debug('Calling OE_DS_PVT.DropShipReceive', 9);
3287: print_debug('p_rcv_transaction_id = ' || p_mtl_trx_tbl(1).rcv_transaction_id, 9);
3288: END IF;
3289: l_progress := 460;
3290: l_dsreceive := OE_DS_PVT.DropShipReceive(

Line 3290: l_dsreceive := OE_DS_PVT.DropShipReceive(

3286: print_debug('Calling OE_DS_PVT.DropShipReceive', 9);
3287: print_debug('p_rcv_transaction_id = ' || p_mtl_trx_tbl(1).rcv_transaction_id, 9);
3288: END IF;
3289: l_progress := 460;
3290: l_dsreceive := OE_DS_PVT.DropShipReceive(
3291: p_rcv_transaction_id => p_mtl_trx_tbl(1).rcv_transaction_id
3292: , p_application_short_name => 'INV'
3293: , p_mode => 1);
3294: IF (l_debug = 1) THEN

Line 3295: print_debug('After calling OE_DS_PVT.DropShipReceive', 9);

3291: p_rcv_transaction_id => p_mtl_trx_tbl(1).rcv_transaction_id
3292: , p_application_short_name => 'INV'
3293: , p_mode => 1);
3294: IF (l_debug = 1) THEN
3295: print_debug('After calling OE_DS_PVT.DropShipReceive', 9);
3296: END IF;
3297:
3298: IF (l_dsreceive = FALSE) THEN
3299: IF (l_debug = 1) THEN

Line 3300: print_debug('OE_DS_PVT.DropShipReceive returns false', 9);

3296: END IF;
3297:
3298: IF (l_dsreceive = FALSE) THEN
3299: IF (l_debug = 1) THEN
3300: print_debug('OE_DS_PVT.DropShipReceive returns false', 9);
3301: END IF;
3302: FND_MESSAGE.SET_NAME('INV', 'INV_DS_UPDATE_ERROR');
3303: FND_MSG_PUB.ADD;
3304: RAISE FND_API.G_EXC_ERROR;

Line 3307: print_debug('OE_DS_PVT.DropShipReceive returns true', 9);

3303: FND_MSG_PUB.ADD;
3304: RAISE FND_API.G_EXC_ERROR;
3305: ELSE
3306: IF (l_debug = 1) THEN
3307: print_debug('OE_DS_PVT.DropShipReceive returns true', 9);
3308: END IF;
3309: END IF;
3310:
3311: --Update the DSdelievr transaction with the parent transaction id