DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on INV_SALESORDER

Line 502: inv_salesorder.get_salesorder_for_oeheader(x_request_context.txn_header_id);

498: END IF;
499: CLOSE l_ship_info_csr;
500: -- using mso header id as the demand source header id
501: x_request_context.txn_header_id :=
502: inv_salesorder.get_salesorder_for_oeheader(x_request_context.txn_header_id);
503: IF x_request_context.txn_header_id IS NULL THEN
504: FND_MESSAGE.SET_NAME('INV','INV_COULD_NOT_GET_MSO_HEADER');
505: FND_MSG_PUB.Add;
506: RAISE fnd_api.g_exc_unexpected_error;

Line 547: inv_salesorder.get_salesorder_for_oeheader(x_request_context.txn_header_id);

543: x_request_context.txn_line_id := x_request_line_rec.txn_source_line_id;
544: ELSE
545: -- using mso header id as the demand source header id
546: x_request_context.txn_header_id :=
547: inv_salesorder.get_salesorder_for_oeheader(x_request_context.txn_header_id);
548: IF x_request_context.txn_header_id IS NULL THEN
549: FND_MESSAGE.SET_NAME('INV','INV_COULD_NOT_GET_MSO_HEADER');
550: FND_MSG_PUB.Add;
551: RAISE fnd_api.g_exc_unexpected_error;