DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on MTL_TXN_REQUEST_HEADERS

Line 1250: FROM mtl_txn_request_headers

1246: AND organization_id = p_request_line_rec.organization_id;
1247:
1248: CURSOR c_move_order_type IS
1249: SELECT move_order_type
1250: FROM mtl_txn_request_headers
1251: WHERE header_id = p_request_line_rec.header_id;
1252: */
1253:
1254: BEGIN