DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on MTL_SALES_ORDERS

Line 3457: -- MTL_SALES_ORDERS that corresponds to the OE

3453: l_dummy_sn INV_Reservation_GLOBAL.SERIAL_NUMBER_TBL_TYPE;
3454: l_new_rsv_id NUMBER; -- The reservation ID that has been transferred
3455: -- to or updated
3456: l_mso_header_id NUMBER; -- The header ID for the record in
3457: -- MTL_SALES_ORDERS that corresponds to the OE
3458: -- header and line passed in.
3459: l_api_return_status VARCHAR2(1);
3460: -- The return status of APIs called
3461: -- within this API.

Line 3519: -- (the OE header id) to the MTL_SALES_ORDERS id to be used.

3515: RAISE fnd_api.g_exc_unexpected_error;
3516: END IF;
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');