DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on INV_SALESORDER

Line 564: l_mso_header_id := inv_salesorder.get_salesorder_for_oeheader(mmtt_line.oe_header_id);

560: RAISE fnd_api.g_exc_unexpected_error;
561: END IF;
562:
563: END IF ;
564: l_mso_header_id := inv_salesorder.get_salesorder_for_oeheader(mmtt_line.oe_header_id);
565: -- Assign the pick slip number to the record in MTL_MATERIAL_TRANSACTIONS_TEMP
566: UPDATE mtl_material_transactions_temp
567: SET pick_slip_number = l_pick_slip_number
568: , transaction_source_id = l_mso_header_id

Line 3521: inv_salesorder.get_salesorder_for_oeheader(p_demand_source_header_id);

3517:
3518: -- First attempt to convert the demand source header id given
3519: -- (the OE header id) to the MTL_SALES_ORDERS id to be used.
3520: /*l_mso_header_id :=
3521: inv_salesorder.get_salesorder_for_oeheader(p_demand_source_header_id);
3522: IF l_mso_header_id IS NULL THEN
3523: FND_MESSAGE.SET_NAME('INV','INV_COULD_NOT_GET_MSO_HEADER');
3524: FND_MSG_PUB.Add;
3525: RAISE fnd_api.g_exc_unexpected_error;