DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on OE_DS_PVT

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

3195: -- if it's dropship deliver, then call the om API to update
3196: -- the shipped qty for the sales order with p_mode=1
3197: IF (p_logical_trx_type_code = G_LOGTRXCODE_DSDELIVER) THEN
3198: IF (l_debug = 1) THEN
3199: print_debug('Calling OE_DS_PVT.DropShipReceive', 9);
3200: print_debug('p_rcv_transaction_id = ' || p_mtl_trx_tbl(1).rcv_transaction_id, 9);
3201: END IF;
3202: l_progress := 460;
3203: l_dsreceive := OE_DS_PVT.DropShipReceive(

Line 3203: l_dsreceive := OE_DS_PVT.DropShipReceive(

3199: print_debug('Calling OE_DS_PVT.DropShipReceive', 9);
3200: print_debug('p_rcv_transaction_id = ' || p_mtl_trx_tbl(1).rcv_transaction_id, 9);
3201: END IF;
3202: l_progress := 460;
3203: l_dsreceive := OE_DS_PVT.DropShipReceive(
3204: p_rcv_transaction_id => p_mtl_trx_tbl(1).rcv_transaction_id
3205: , p_application_short_name => 'INV'
3206: , p_mode => 1);
3207: IF (l_debug = 1) THEN

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

3204: p_rcv_transaction_id => p_mtl_trx_tbl(1).rcv_transaction_id
3205: , p_application_short_name => 'INV'
3206: , p_mode => 1);
3207: IF (l_debug = 1) THEN
3208: print_debug('After calling OE_DS_PVT.DropShipReceive', 9);
3209: END IF;
3210:
3211: IF (l_dsreceive = FALSE) THEN
3212: IF (l_debug = 1) THEN

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

3209: END IF;
3210:
3211: IF (l_dsreceive = FALSE) THEN
3212: IF (l_debug = 1) THEN
3213: print_debug('OE_DS_PVT.DropShipReceive returns false', 9);
3214: END IF;
3215: FND_MESSAGE.SET_NAME('INV', 'INV_DS_UPDATE_ERROR');
3216: FND_MSG_PUB.ADD;
3217: RAISE FND_API.G_EXC_ERROR;

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

3216: FND_MSG_PUB.ADD;
3217: RAISE FND_API.G_EXC_ERROR;
3218: ELSE
3219: IF (l_debug = 1) THEN
3220: print_debug('OE_DS_PVT.DropShipReceive returns true', 9);
3221: END IF;
3222: END IF;
3223:
3224: --Update the DSdelievr transaction with the parent transaction id