DBA Data[Home] [Help]

APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on INV_SALESORDER

Line 204: l_mso_header_id := inv_salesorder.get_salesorder_for_oeheader(l_oe_header_id);

200: IF (l_debug = 1) THEN
201: mdebug('l_oe_header_id: '||l_oe_header_id);
202: END IF;
203:
204: l_mso_header_id := inv_salesorder.get_salesorder_for_oeheader(l_oe_header_id);
205:
206: IF l_mso_header_id IS NULL THEN
207: FND_MESSAGE.SET_NAME('INV','INV_COULD_NOT_GET_MSO_HEADER');
208: FND_MSG_PUB.Add;