DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on MTL_TXN_REQUEST_LINES

Line 272: from mtl_txn_request_lines mtrl , mtl_material_transactions_temp mmtt

268: --bug 6412992
269: IF( inv_rcv_common_apis.g_inv_patch_level >= inv_rcv_common_apis.g_patchset_j AND l_wip_entity_id is NULL) then
270: BEGIN
271: select backorder_delivery_detail_id into l_wip_entity_id
272: from mtl_txn_request_lines mtrl , mtl_material_transactions_temp mmtt
273: where mmtt.transaction_temp_id = l_mmtt_temp_id
274: and mtrl.line_id = mmtt.move_order_line_id
275: and mtrl.CROSSDOCK_TYPE = 2;
276: EXCEPTION